Skip to content

Commit

Permalink
Merge pull request #452 from scala-steward/update/scalafmt-core-3.7.1
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.7.1
  • Loading branch information
alexarchambault authored Jan 26, 2023
2 parents e14cd5f + 452a7e0 commit fb520d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@

# Scala Steward: Reformat with scalafmt 3.5.9
8195b904b48eb35487048f08ac9b4467c5453cf5

# Scala Steward: Reformat with scalafmt 3.7.1
005a27dcde36c4f71bee0944d16c368a3ada2040
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.6.1"
version = "3.7.1"

align.preset = more
maxColumn = 100
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ object HListParserBuilder extends LowPriorityHListParserBuilder {
T <: HList,
R <: HList,
P0 <: HList
] =
] =
HListParserBuilder[L, D, N, V, M, G, H, T, R] { type P = P0 }

def instance[
Expand Down

0 comments on commit fb520d6

Please sign in to comment.