Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Nov 25, 2023
1 parent 1997732 commit 594ba05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ final class ScalafixProject private (

lazy val componentProjects = Seq(rules, input, output, tests)

def componentProjectReferences = componentProjects.map(x => (x: ProjectReference))
def componentProjectReferences = componentProjects.map(x => x: ProjectReference)

def in(dir: File): ScalafixProject =
new ScalafixProject(
Expand Down

0 comments on commit 594ba05

Please sign in to comment.