Skip to content

Commit 53e33c0

Browse files
committed
Fix code formatting
1 parent 5fb7b5a commit 53e33c0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

spring-batch-core/src/test/java/org/springframework/batch/core/step/item/FaultTolerantStepFactoryBeanRetryTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ void testType() {
136136
@SuppressWarnings("cast")
137137
@Test
138138
void testDefaultValue() throws Exception {
139-
assertInstanceOf(Step.class, factory.getObject());
139+
assertInstanceOf(Step.class, factory.getObject());
140140
}
141141

142142
@Test

spring-batch-core/src/test/java/org/springframework/batch/core/step/item/RepeatOperationsStepFactoryBeanTests.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
import static org.junit.jupiter.api.Assertions.assertTrue;
3838
import static org.junit.jupiter.api.Assertions.assertInstanceOf;
3939

40-
4140
/**
4241
* @author Dave Syer
4342
* @author Mahmoud Ben Hassine
@@ -69,7 +68,7 @@ void testType() {
6968
@Test
7069
@SuppressWarnings("cast")
7170
void testDefaultValue() throws Exception {
72-
assertInstanceOf(Step.class, factory.getObject());
71+
assertInstanceOf(Step.class, factory.getObject());
7372
}
7473

7574
@Test

0 commit comments

Comments
 (0)