Skip to content

Commit 376ad58

Browse files
committed
Fixed indentation
1 parent 2f4b981 commit 376ad58

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

src/test/java/org/openrewrite/java/testing/junit5/AssertThrowsOnLastStatementTest.java

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -448,18 +448,15 @@ void lastStatementHasArgumentWhichNeedImport() {
448448
rewriteRun(
449449
java(
450450
"""
451-
package org.test.other;
452-
public class SomeObject {}
453-
public class SomeObjectProvider {
454-
public static SomeObject getSomeObject() {
455-
return null;
456-
}
457-
public static void testThing(SomeObject someObject) {}
458-
}
459-
451+
package org.test.other;
452+
public class SomeObject {}
453+
public class SomeObjectProvider {
454+
public static SomeObject getSomeObject() {
455+
return null;
456+
}
460457
public static void testThing(SomeObject someObject) {}
461458
}
462-
"""
459+
"""
463460
),
464461
java(
465462
"""

0 commit comments

Comments
 (0)