Skip to content

Commit 55d9932

Browse files
committed
scalafmt: set runner.dialect = scala213source3
1 parent cef38aa commit 55d9932

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.scalafmt.conf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
style = defaultWithAlign
22

3-
runner.dialect = scala213
3+
runner.dialect = scala213source3
44
docstrings.style = asterisk
55
maxColumn = 180
66
rewrite.rules = [RedundantBraces, RedundantParens, SortImports]
77
spaces.inImportCurlyBraces = true
88
indentOperator.preset = spray
99

10-
version=3.9.9
11-
10+
version = 3.9.9

common/src/main/scala/org/mockito/matchers/AllOf.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ object AllOf {
2828

2929
// Address "-Xsource:3" warning
3030
@deprecated("for bincompat only, do not use", "2.0.1")
31-
private[mockito] def apply[A](matchers: List[ArgumentMatcher[A]]): ArgumentMatcher[A] = apply(matchers *)
31+
private[mockito] def apply[A](matchers: List[ArgumentMatcher[A]]): ArgumentMatcher[A] = apply(matchers*)
3232
}

0 commit comments

Comments
 (0)