We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a815926 commit 0e5232aCopy full SHA for 0e5232a
src/main/scala/higherkindness/rules_scala/workers/zinc/compile/ZincRunner.scala
@@ -220,9 +220,9 @@ object ZincRunner extends WorkerMain[ZincRunnerWorkerConfig] {
220
workRequest.compilerOptions ++
221
workRequest.compilerOptionsReferencingPaths.toArray ++
222
(if (shouldIncludeSourceRoot)
223
- Array("-sourceroot", task.workDir.toAbsolutePath().toString)
224
- else
225
- Array.empty[String])
+ Array("-sourceroot", task.workDir.toAbsolutePath().toString)
+ else
+ Array.empty[String])
226
227
val compileOptions =
228
CompileOptions.create
0 commit comments