Skip to content

Commit 1c5d1a8

Browse files
committed
Fix merge error
1 parent 591eb09 commit 1c5d1a8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

integration/ide/build-classpath-contents/src/BuildClasspathContentsTests.scala

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,11 @@ object BuildClasspathContentsTests extends UtestIntegrationTestSuite {
5656
"mill-libs_3-SNAPSHOT.jar",
5757
"mill-moduledefs_3-0.11.10.jar"
5858
)
59-
assert(millLocalClasspath == Nil)
60-
} else {
61-
sys.error("This test must be run in `packaged` mode, not `local`")
62-
}
59+
)
60+
assert(millLocalClasspath == Nil)
61+
} else {
62+
sys.error("This test must be run in `packaged` mode, not `local`")
63+
}
6364
}
6465
}
6566
}

0 commit comments

Comments
 (0)