Skip to content

Commit f8245c7

Browse files
fix: Add blank line between JUnit and Spring imports
1 parent ad1f87f commit f8245c7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

spring-core/src/test/java/org/springframework/core/io/buffer/DataBufferTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
import org.junit.jupiter.api.Test;
2929
import org.junit.jupiter.params.ParameterizedClass;
3030
import org.junit.jupiter.params.provider.MethodSource;
31+
3132
import org.springframework.core.testfixture.io.buffer.AbstractDataBufferAllocatingTests;
3233

3334
import static org.assertj.core.api.Assertions.assertThat;

spring-core/src/test/java/org/springframework/core/io/buffer/support/DataBufferTestUtilsTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
import org.junit.jupiter.api.Test;
2222
import org.junit.jupiter.params.ParameterizedClass;
2323
import org.junit.jupiter.params.provider.MethodSource;
24+
2425
import org.springframework.core.io.buffer.DataBuffer;
2526
import org.springframework.core.io.buffer.DataBufferFactory;
2627
import org.springframework.core.testfixture.io.buffer.AbstractDataBufferAllocatingTests;

0 commit comments

Comments
 (0)