Skip to content

Commit fb520d6

Browse files
Merge pull request #452 from scala-steward/update/scalafmt-core-3.7.1
Update scalafmt-core to 3.7.1
2 parents e14cd5f + 452a7e0 commit fb520d6

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
@@ -3,3 +3,6 @@
33

44
# Scala Steward: Reformat with scalafmt 3.5.9
55
8195b904b48eb35487048f08ac9b4467c5453cf5
6+
7+
# Scala Steward: Reformat with scalafmt 3.7.1
8+
005a27dcde36c4f71bee0944d16c368a3ada2040

.scalafmt.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "3.6.1"
1+
version = "3.7.1"
22

33
align.preset = more
44
maxColumn = 100

core/shared/src/main/scala-2/caseapp/core/parser/HListParserBuilder.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ object HListParserBuilder extends LowPriorityHListParserBuilder {
5858
T <: HList,
5959
R <: HList,
6060
P0 <: HList
61-
] =
61+
] =
6262
HListParserBuilder[L, D, N, V, M, G, H, T, R] { type P = P0 }
6363

6464
def instance[

0 commit comments

Comments
 (0)