Skip to content

Commit 5a6ef44

Browse files
Enable scalafmt since this commit
1 parent 4e5a8f8 commit 5a6ef44

File tree

31 files changed

+723
-631
lines changed

31 files changed

+723
-631
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ matrix:
5959
scala: 2.12.6
6060
env: TEST_BINARY_COMPAT=true
6161

62-
# # run scalafmt
63-
# - jdk: oraclejdk8
64-
# scala: 2.12.6
65-
# env: TEST_SCALAFMT=true
62+
# run scalafmt
63+
- jdk: oraclejdk8
64+
scala: 2.12.6
65+
env: TEST_SCALAFMT=true
6666

6767
# | jdk | scala | scala target | scala target version | scalafix test |
6868
# | ----------- | --------- | ------------ | -------------------- |---------------|

binary-compat/test/src/test/scala/BinaryCompaTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class BinaryCompaTest {
99
@Test
1010
def compat(): Unit = {
1111
Config.setup("foo", Array(oldClasspath, newClasspath))
12-
val mima = new MiMaLib(Config.baseClassPath)
12+
val mima = new MiMaLib(Config.baseClassPath)
1313
val allProblems = mima.collectProblems(oldClasspath, newClasspath)
1414
Assert.assertEquals(allProblems, Nil)
1515
}

0 commit comments

Comments
 (0)