Skip to content

Commit

Permalink
Merge pull request #565 from scala-steward/update/scalafmt-core-3.0.4
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.0.4
  • Loading branch information
danicheg authored Sep 17, 2021
2 parents 1343764 + 0d584f9 commit ef928c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0.3
version = 3.0.4

style = default

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class ServerParserSuite extends BlazeTestSuite {
}
}

private def toChunk(str: String): String = s"${Integer.toHexString(str.length)}\r\n${str}\r\n"
private def toChunk(str: String): String = s"${Integer.toHexString(str.length)}\r\n$str\r\n"

private val l_headers = ("From", "[email protected] ") ::
("HOST", "www.foo.com") ::
Expand Down

0 comments on commit ef928c2

Please sign in to comment.