Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Jul 14, 2023
1 parent b912e00 commit ce3f846
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bsp/worker/src/mill/bsp/worker/State.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ private class State(projectRoot: os.Path, baseLogger: ColorLogger, debug: String
map
}

lazy val rootModules: Seq[mill.main.RootModule] = RootModuleFinder.findRootModules(projectRoot, baseLogger)
lazy val rootModules: Seq[mill.main.RootModule] =
RootModuleFinder.findRootModules(projectRoot, baseLogger)

lazy val bspIdByModule: Map[BspModule, BuildTargetIdentifier] = bspModulesById.map(_.swap)
}

0 comments on commit ce3f846

Please sign in to comment.