Skip to content

Commit a41ffcf

Browse files
committed
Fix rule
1 parent ba7fc4d commit a41ffcf

File tree

1 file changed

+1
-1
lines changed
  • scalafix/rules/src/main/scala/fix

1 file changed

+1
-1
lines changed

scalafix/rules/src/main/scala/fix/v1.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ object StreamAppRules {
391391
tpl.copy(
392392
inits = tpl.inits :+ Init(Type.Name("IOApp"), Name("IOApp"), List()),
393393
stats = addProgramRun(tpl.stats)).toString()
394-
) + Patch.addLeft(tpl, "extends ")
394+
)
395395

396396
private[this] def replaceStats(stats: List[Stat]): List[Patch] =
397397
stats.flatMap{

0 commit comments

Comments
 (0)