Skip to content

Commit 4fb3ca7

Browse files
Update scalafmt-core to 3.7.5 (ReactiveMongo#1231)
* Update scalafmt-core to 3.7.5 * Reformat with scalafmt 3.7.5 Executed command: scalafmt --non-interactive * Add 'Reformat with scalafmt 3.7.5' to .git-blame-ignore-revs --------- Co-authored-by: Cédric Chantepie <[email protected]>
1 parent bbd68b9 commit 4fb3ca7

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.git-blame-ignore-revs

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

1010
# Scala Steward: Reformat with scalafmt 3.7.2
1111
c8c5b31cb923728f69e404dff66ed6df7c7ce884
12+
13+
# Scala Steward: Reformat with scalafmt 3.7.5
14+
775a39b84d8dfd9242efb9f9b0e07839e5f0599b

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.7.4
1+
version = 3.7.5
22
runner.dialect = Scala213Source3
33

44
newlines.alwaysBeforeElseAfterCurlyIf = false

codestyle.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ inThisBuild(
33
List(
44
// scalaVersion := "2.13.3",
55
semanticdbEnabled := true,
6-
semanticdbVersion := scalafixSemanticdb.revision,
6+
semanticdbVersion := scalafixSemanticdb.revision
77
)
88
)

driver/src/main/scala/core/actors/MongoDBSystem.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -335,9 +335,9 @@ private[reactivemongo] trait MongoDBSystem extends Actor { selfSystem =>
335335
val ns = updateNodeSet(s"${parentEvent}$$Release")(_.updateAll { node =>
336336
node.copy(connections = node.connected)
337337

338-
// Only keep already connected connection:
339-
// - prevent to activate other connection
340-
// - know which connections to be closed
338+
// Only keep already connected connection:
339+
// - prevent to activate other connection
340+
// - know which connections to be closed
341341
})
342342

343343
// close all connections

0 commit comments

Comments
 (0)