Skip to content

Commit

Permalink
Merge pull request keynmol#116 from keynmol/update/scalafmt-core-3.7.2
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.7.2
  • Loading branch information
mergify[bot] authored Feb 23, 2023
2 parents 7787dbf + 7861c9e commit 25a2b48
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Scala Steward: Reformat with scalafmt 3.6.1
704e25d884dac39e356968b064aa1241b2069caf

# Scala Steward: Reformat with scalafmt 3.7.2
9d3470e149d76c83fefceee5eb7b90f6fd5c00e8
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.1"
version = "3.7.2"
runner.dialect = scala3
rewrite.scala3.insertEndMarkerMinLines = 10
rewrite.scala3.removeOptionalBraces = true
Expand Down
1 change: 0 additions & 1 deletion modules/backend/src/test/scala/Api.scala
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ object Api:
.use
)


(companies, jobs, users, health).mapN(Api.apply)
end build
end Api

0 comments on commit 25a2b48

Please sign in to comment.