Skip to content

Commit 47017ac

Browse files
committed
spotlessApply
1 parent 57bb381 commit 47017ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testlib/src/test/java/com/diffplug/spotless/kotlin/KtfmtStepTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ void trailingCommaManagementStrategyOnlyAddUnsupportedBefore_0_57() {
8989
var step = KtfmtStep.create("0.56", TestProvisioner.mavenCentral(), KtfmtStep.Style.KOTLINLANG, options);
9090

9191
assertThatThrownBy(() -> StepHarness.forStep(step))
92-
.isInstanceOf(IllegalStateException.class)
93-
.hasMessageContaining("ONLY_ADD");
92+
.isInstanceOf(IllegalStateException.class)
93+
.hasMessageContaining("ONLY_ADD");
9494
}
9595

9696
@Test

0 commit comments

Comments
 (0)