Skip to content

Commit

Permalink
fixup! 24e4665 Formatted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaden Peterson committed Nov 1, 2024
1 parent 3d30e9e commit 63a4f25
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ object ZincRunner extends WorkerMain[ZincRunnerWorkerConfig] {
.withScalacOptions(
(
workRequest.plugins.map(p => s"-Xplugin:$p") ++
workRequest.compilerOptions ++
workRequest.compilerOptionsReferencingPaths,
workRequest.compilerOptions ++
workRequest.compilerOptionsReferencingPaths
).toArray,
)

Expand Down

0 comments on commit 63a4f25

Please sign in to comment.