We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7fc4d commit a41ffcfCopy full SHA for a41ffcf
scalafix/rules/src/main/scala/fix/v1.scala
@@ -391,7 +391,7 @@ object StreamAppRules {
391
tpl.copy(
392
inits = tpl.inits :+ Init(Type.Name("IOApp"), Name("IOApp"), List()),
393
stats = addProgramRun(tpl.stats)).toString()
394
- ) + Patch.addLeft(tpl, "extends ")
+ )
395
396
private[this] def replaceStats(stats: List[Stat]): List[Patch] =
397
stats.flatMap{
0 commit comments