Skip to content

Commit a85f685

Browse files
SNOW-1853185: Code formatted.
1 parent d7c7996 commit a85f685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/net/snowflake/client/core/SessionUtilWiremockIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package net.snowflake.client.core;
22

33
import static org.hamcrest.MatcherAssert.assertThat;
4-
import static org.hamcrest.Matchers.greaterThanOrEqualTo;
4+
import static org.hamcrest.Matchers.equalTo;
55
import static org.hamcrest.Matchers.greaterThan;
6+
import static org.hamcrest.Matchers.greaterThanOrEqualTo;
67
import static org.hamcrest.Matchers.not;
7-
import static org.hamcrest.Matchers.equalTo;
88
import static org.junit.jupiter.api.Assertions.fail;
99

1010
import java.util.Comparator;

0 commit comments

Comments
 (0)