Skip to content

Commit 677415e

Browse files
committed
Fix accidental removal of addStep
1 parent df59712 commit 677415e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin-gradle/src/main/java/com/diffplug/gradle/spotless/ScalaExtension.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public class ScalaFmtConfig {
5454

5555
ScalaFmtConfig(String version) {
5656
this.version = Objects.requireNonNull(version);
57+
addStep(createStep());
5758
}
5859

5960
public ScalaFmtConfig configFile(Object configFile) {

0 commit comments

Comments
 (0)