File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/build/src/main/scala/scala/build/bsp Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -454,7 +454,7 @@ final class BspImpl(
454
454
* @param initialInputs
455
455
* the initial input sources passed upon initializing the BSP connection (which are subject to
456
456
* change on subsequent workspace/reload requests)
457
- */
457
+ */
458
458
override def run (initialInputs : Inputs , initialBspOptions : BspReloadableOptions ): Future [Unit ] = {
459
459
val logger = initialBspOptions.logger
460
460
val verbosity = initialBspOptions.verbosity
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ object HasGeneratedSources {
25
25
sources
26
26
.flatMap { g =>
27
27
g.reportingPath match {
28
- case Left (_) => Nil
28
+ case Left (_) => Nil
29
29
case Right (_) => Seq (g.generated.toNIO.toUri.toASCIIString -> g)
30
30
}
31
31
}
You can’t perform that action at this time.
0 commit comments