Skip to content

Commit

Permalink
Update scalafmt to v3.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas committed Jul 1, 2023
1 parent 6b7deac commit 1888fd7
Show file tree
Hide file tree
Showing 4 changed files with 853 additions and 765 deletions.
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.0
version=3.7.5
runner.dialect = scala212
fileOverride {
"glob:**/scala-2.13*/**" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class CombinatorTest extends CheckProperties {
val lc = m(l)
val rc = m(r)
if (lc == rc) l > r else lc > rc
// Probably only approximately true with this cut-off
// Probably only approximately true with this cut-off
}
.take(40)
.toSet
Expand Down
Loading

0 comments on commit 1888fd7

Please sign in to comment.