Skip to content

Commit 933801c

Browse files
Update scalafmt-core to 3.8.6 (#679)
* Update scalafmt-core to 3.8.6 * Reformat with scalafmt 3.8.6 Executed command: scalafmt --non-interactive * Add 'Reformat with scalafmt 3.8.6' to .git-blame-ignore-revs
1 parent 070b29e commit 933801c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.git-blame-ignore-revs

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Scala Steward: Reformat with scalafmt 3.8.2
22
7eacc909584f13d0a291e4523fb42be9dde9003a
3+
4+
# Scala Steward: Reformat with scalafmt 3.8.6
5+
55a13af60216138c73a051240b8c2578a4dec773

.scalafmt.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.8.3
1+
version = 3.8.6
22
runner.dialect = scala3
33
align.preset = none
44
docstrings.style = keep

compat/src/main/scala-2.11_2.12/scala/collection/compat/PackageShared.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ class Tuple2ZippedExtensionMethods[El1, Repr1, El2, Repr2](
637637
private val self: Tuple2Zipped[El1, Repr1, El2, Repr2]) {
638638

639639
def lazyZip[El3, Repr3, T3](t3: T3)(implicit
640-
w3: T3 => IterableLike[El3, Repr3]): Tuple3Zipped[El1, Repr1, El2, Repr2, El3, Repr3] =
640+
w3: T3 => IterableLike[El3, Repr3]): Tuple3Zipped[El1, Repr1, El2, Repr2, El3, Repr3] =
641641
new Tuple3Zipped((self.colls._1, self.colls._2, t3))
642642
}
643643

0 commit comments

Comments
 (0)