Skip to content

Commit 73586e8

Browse files
indoorvivants-steward[bot]Indoor Vivants Steward[bot]
andauthored
Update scalafmt-core to 3.10.1 (#190)
* Update scalafmt-core to 3.10.1 * Reformat with scalafmt 3.10.1 Executed command: scalafmt --non-interactive * Add 'Reformat with scalafmt 3.10.1' to .git-blame-ignore-revs --------- Co-authored-by: Indoor Vivants Steward[bot] <228215+Indoor+Vivants+Steward[bot]@users.noreply.github.com>
1 parent cc84e0f commit 73586e8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.git-blame-ignore-revs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ d2edf34ac009357f4852cbb231f65662afabab6e
99

1010
# Scala Steward: Reformat with scalafmt 3.9.10
1111
45599de40f2c060d094f426983fcdd9bab28187e
12+
13+
# Scala Steward: Reformat with scalafmt 3.10.1
14+
d7a757080258a084d744d39043a7d5942c834bae

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "3.9.10"
1+
version = "3.10.1"
22
runner.dialect = scala3
33
rewrite.scala3.insertEndMarkerMinLines = 10
44
rewrite.scala3.removeOptionalBraces = true

module-core/src/main/scala/roach/Migrate.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ object Migrate:
1414
val present = Vector.newBuilder[String]
1515

1616
pool.withLease { db ?=>
17-
1817
db.command("BEGIN")
1918

2019
try

module-core/src/test/scala/roach/MigrationTests.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ class MigrationTests extends munit.FunSuite, TestHarness:
99
Zone {
1010
Pool.single(connectionString) { pool =>
1111
cleanup(pool)("migration_test_1", "howdy") { () =>
12-
1312
val result = Migrate.all(pool, tableName = "migration_test_1")(
1413
ResourceFile("/test_1.1.sql"),
1514
ResourceFile("/test_1.2.sql"),
@@ -45,7 +44,6 @@ class MigrationTests extends munit.FunSuite, TestHarness:
4544
Zone {
4645
Pool.single(connectionString) { pool =>
4746
cleanup(pool)(tst, "howdy") { () =>
48-
4947
Migrate.all(pool, tableName = tst)(
5048
ResourceFile("/test_1.1.sql"),
5149
ResourceFile("/test_1.2.sql"),

0 commit comments

Comments
 (0)