Skip to content

Commit f7b0f5a

Browse files
Update scalafmt-core to 3.8.4 (#265)
* Update scalafmt-core to 3.8.4 * Reformat with scalafmt 3.8.4 Executed command: scalafmt --non-interactive * Add 'Reformat with scalafmt 3.8.4' to .git-blame-ignore-revs --------- Co-authored-by: lunatech-scala-steward[bot] <166295259+lunatech-scala-steward[bot]@users.noreply.github.com>
1 parent 6175764 commit f7b0f5a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.git-blame-ignore-revs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Scala Steward: Reformat with scalafmt 3.8.0
22
057f5e19098e2bb95c47903edd8daaa6ee110cca
3+
4+
# Scala Steward: Reformat with scalafmt 3.8.4
5+
951e88f84429325c9c13378a31960765e0254c13

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.8.3
1+
version = 3.8.4
22

33
runner.dialect = scala3
44
maxColumn = 100

src/test/scala/com/lunatech/pointingpoker/APISpec.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,10 @@ class APISpec extends AnyWordSpec with must.Matchers with ScalatestRouteTest wit
4646
responseAs[String] mustBe index
4747
}
4848
}
49-
"create a room" in {
49+
"create a room" in
5050
Post("/create-room") ~> apiRoute ~> check {
5151
responseAs[String] mustBe roomId
5252
}
53-
}
5453

5554
}
5655
end APISpec

0 commit comments

Comments
 (0)