Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas committed Sep 26, 2024
1 parent 3729792 commit 0fa63e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/scala/com/earldouglas/xwp/WebappPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,9 @@ object WebappPlugin extends AutoPlugin {
val webappClasses: Map[String, File] =
WebappComponents
.getClasses(classpath)
.map({ case (path, file) => (path.replaceAll("^WEB-INF/classes/", ""), file) })
.map({ case (path, file) =>
(path.replaceAll("^WEB-INF/classes/", ""), file)
})

// copy this project's classes directly to WEB-INF/classes
def classesAsClasses(): Set[File] = {
Expand Down

0 comments on commit 0fa63e5

Please sign in to comment.