Skip to content

Commit

Permalink
Tooling: Use scalafmt 3.7.10 (#2669)
Browse files Browse the repository at this point in the history
Pull request: #2669
  • Loading branch information
lefou authored Jul 23, 2023
1 parent e012c7b commit 7887787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.7.4"
version = "3.7.10"

align.preset = none
align.openParenCallSite = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ object PlaySingleModuleTests extends TestSuite with PlayTestSuite {

// don't recompile if nothing changed
val Right((_, unchangedEvalCount)) = eval.apply(playsingle.compile)
// assert(unchangedEvalCount == 0)
// assert(unchangedEvalCount == 0)
}
}
}
Expand Down

0 comments on commit 7887787

Please sign in to comment.