From 594ba051f0d7dfdcc2dc07c18603e3733a9f27f1 Mon Sep 17 00:00:00 2001 From: Arman Bilge Date: Sat, 25 Nov 2023 04:09:28 +0000 Subject: [PATCH] Formatting --- scalafix/src/main/scala/org/typelevel/sbt/ScalafixProject.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scalafix/src/main/scala/org/typelevel/sbt/ScalafixProject.scala b/scalafix/src/main/scala/org/typelevel/sbt/ScalafixProject.scala index 0059ad6c..d54cc0b7 100644 --- a/scalafix/src/main/scala/org/typelevel/sbt/ScalafixProject.scala +++ b/scalafix/src/main/scala/org/typelevel/sbt/ScalafixProject.scala @@ -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(