Skip to content

Commit

Permalink
Update scalafmt-core to 2.6.0 (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet authored Jun 17, 2020
1 parent bad5069 commit ca36cc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 2.5.3
version = 2.6.0
style = defaultWithAlign
maxColumn = 100

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,8 @@ object TaskAlgebra {
.get(benchmarkKey)
.fold(
L.error(
s"Benchmark $benchmarkKey existing in previous benchmarks is missing from current ones."
)
.as(BenchmarkComparisonResult(previous, None, Warning, threshold))
s"Benchmark $benchmarkKey existing in previous benchmarks is missing from current ones."
).as(BenchmarkComparisonResult(previous, None, Warning, threshold))
)(current => S.delay(BenchmarkService.compare(current, previous, threshold)))
}

Expand Down

0 comments on commit ca36cc2

Please sign in to comment.