Skip to content

Commit d4415ff

Browse files
style: fix test file indentation (final)
1 parent 0ba8aba commit d4415ff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/test/java/com/thealgorithms/datastructures/queues/ThreadSafeQueueTest.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
package com.thealgorithms.datastructures.queues;
22

3-
import static org.junit.jupiter.api.Assertions.*;
3+
import static org.junit.jupiter.api.Assertions.assertEquals;
4+
import static org.junit.jupiter.api.Assertions.assertTrue;
5+
import static org.junit.jupiter.api.Assertions.assertFalse;
6+
import static org.junit.jupiter.api.Assertions.assertNull;
7+
48
import org.junit.jupiter.api.Test;
59

610
class ThreadSafeQueueTest {

0 commit comments

Comments
 (0)