Skip to content

Commit

Permalink
Update scalafmt-core to 3.8.1 (#157)
Browse files Browse the repository at this point in the history
* Update scalafmt-core to 3.8.1

* Reformat with scalafmt 3.8.1

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.8.1' to .git-blame-ignore-revs
  • Loading branch information
scala-steward authored Mar 30, 2024
1 parent 0c05715 commit 9c5da90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scala Steward: Reformat with scalafmt 3.8.1
c73a9ce623c0c424c68094819d75f5003ab93db7
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

align.preset = most
literals.double = Upper
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,9 @@ class JavanetSuite extends munit.FunSuite {
)

assert(
ConfigReader[List[InetSocketAddress]].from(ConfigWriter[List[InetSocketAddress]].to(addresses)).contains(addresses)
ConfigReader[List[InetSocketAddress]].from(ConfigWriter[List[InetSocketAddress]].to(addresses)).contains(
addresses
)
)
}

Expand Down

0 comments on commit 9c5da90

Please sign in to comment.