Skip to content

Commit

Permalink
Formatting, the third
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyAutrey committed Oct 15, 2024
1 parent cbee7d8 commit 2e0bd4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/com/typesafe/sbt/web/SbtWeb.scala
Original file line number Diff line number Diff line change
Expand Up @@ -573,9 +573,9 @@ object SbtWeb extends AutoPlugin {
* Deduplicator that selects the first file contained in the base directory.
*
* @param base
* the base directory to check against
* the base directory to check against
* @return
* a deduplicator function that prefers files in the base directory
* a deduplicator function that prefers files in the base directory
*/
def selectFileFrom(base: File): Deduplicator = { (files: Seq[File]) =>
files.find(_.relativeTo(base).isDefined)
Expand Down

0 comments on commit 2e0bd4d

Please sign in to comment.