Skip to content

Commit

Permalink
Merge pull request #599 from scala-steward/update/scalafmt-core-3.3.1
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.3.1
  • Loading branch information
danicheg authored Jan 2, 2022
2 parents ff6229b + 30ea2db commit 8c14988
Show file tree
Hide file tree
Showing 2 changed files with 2 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.3.0
version = 3.3.1

style = default

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ class SSLStageSuite extends BlazeTestSuite {
else super.writeRequest(o)

case _ =>
val f = {
val f =
if (o.hasRemaining)
super.writeRequest(o).flatMap(_ => writeRequest(data))
else {
Expand All @@ -361,7 +361,6 @@ class SSLStageSuite extends BlazeTestSuite {
writeBuffer = data
FutureUnit
}
}

f.flatMap { _ =>
handShake()
Expand Down

0 comments on commit 8c14988

Please sign in to comment.