Skip to content

Commit

Permalink
Merge pull request #2816 from scala-steward/update/scalafmt-core-3.4.2
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.4.2
  • Loading branch information
mpilquist authored Feb 8, 2022
2 parents ba05de9 + f5a0330 commit 8e4d66a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.4.0"
version = "3.4.2"

style = default

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ private[net] trait DatagramSocketGroupCompanionPlatform {

override def toString =
s"Socket(${Option(
channel.socket.getLocalSocketAddress
).getOrElse("<unbound>")})"
channel.socket.getLocalSocketAddress
).getOrElse("<unbound>")})"
}

(socket, Async[F].delay(adsg.close(ctx0)))
Expand Down

0 comments on commit 8e4d66a

Please # to comment.