Skip to content

Commit

Permalink
Missing from #1442 - spotbugs error, unused private static method
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 9, 2023
1 parent af39918 commit 10bf0f0
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions lib/src/main/java/com/diffplug/spotless/kotlin/KtLintStep.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,21 +75,6 @@ public static FormatterStep createForScript(String version,
editorConfigOverride);
}

private static FormatterStep create(String version,
Provisioner provisioner,
boolean isScript,
boolean useExperimental,
Map<String, String> userData,
Map<String, Object> editorConfigOverride) {
return create(version,
provisioner,
useExperimental,
isScript,
null,
userData,
editorConfigOverride);
}

public static FormatterStep create(String version,
Provisioner provisioner,
boolean isScript,
Expand Down

0 comments on commit 10bf0f0

Please sign in to comment.