Skip to content

Commit

Permalink
Scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyAutrey committed Oct 23, 2024
1 parent 3ca1f8e commit 99b81eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-web/multi-module/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ TaskKey[Unit]("fileCheckA") := {
//$ exists modules/b/target/web/public/main/lib/e/js/e.js
//$ exists modules/b/target/web/public/main/lib/jquery/jquery.js
TaskKey[Unit]("fileCheckB") := {
assertLibrary((b / target).value , "b", Root())
assertLibrary((b / target).value, "b", Root())
assertLibrary((b / target).value, "c")
assertLibrary((b / target).value, "d")
assertLibrary((b / target).value, "e")
Expand Down

0 comments on commit 99b81eb

Please sign in to comment.