Skip to content

Commit 7a6e8aa

Browse files
committed
Nit: Simplify code in HasGeneratedSources
1 parent 71bffb7 commit 7a6e8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/build/src/main/scala/scala/build/bsp/HasGeneratedSources.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ object HasGeneratedSources {
2525
sources
2626
.flatMap { g =>
2727
g.reportingPath match {
28-
case Left(_) => Nil
28+
case Left(_) => Nil
2929
case Right(_) => Seq(g.generated.toNIO.toUri.toASCIIString -> g)
3030
}
3131
}

0 commit comments

Comments
 (0)