Skip to content

Commit 4bd6c2a

Browse files
committed
Formatting
1 parent 20339c9 commit 4bd6c2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ ThisBuild / initialCommands := """
2525
|import upperbound._
2626
""".stripMargin
2727

28-
// If debugging tests, it's sometimes useful to disable parallel execution and test result buffering:
28+
// If debugging tests, it's sometimes useful to disable parallel
29+
// execution and test result buffering:
2930
// ThisBuild / Test / parallelExecution := false
3031
// ThisBuild / Test / testOptions += Tests.Argument(TestFrameworks.MUnit, "-b")
3132

0 commit comments

Comments
 (0)