Skip to content

Commit

Permalink
Merge pull request #482 from http4s/update/scalafmt-core-3.8.1
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.8.1
  • Loading branch information
danicheg authored Mar 31, 2024
2 parents a5cb3c0 + 42c3a00 commit a5f7860
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Scala Steward: Reformat with scalafmt 3.5.9
716ee0693927daa572df83716f65eca900293634

# Scala Steward: Reformat with scalafmt 3.8.1
f0967c355bef3aecb81b5fcc8a8fde5929fcac07
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.8.0
version = 3.8.1

style = default

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ object Main extends IOApp {
.use { armeria =>
logger.info(
s"Server has been started. Serving DocService at http://127.0.0.1:${armeria.server.activeLocalPort
() }/docs"
()}/docs"
)
IO.never
}
Expand Down

0 comments on commit a5f7860

Please sign in to comment.