Skip to content

Commit 194e1a9

Browse files
committed
test clang format
1 parent 44c8296 commit 194e1a9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/test/java/com/thealgorithms/datastructures/crdt/LWWElementSetTest.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
package com.thealgorithms.datastructures.crdt;
22

3-
import java.time.Instant;
4-
import org.junit.jupiter.api.Test;
5-
6-
73
import static org.junit.jupiter.api.Assertions.assertFalse;
84
import static org.junit.jupiter.api.Assertions.assertTrue;
95

6+
import java.time.Instant;
7+
import org.junit.jupiter.api.Test;
8+
109
class LWWElementSetTest {
1110

1211
@Test

0 commit comments

Comments
 (0)