Skip to content

Commit 0f1bc22

Browse files
style: fix indentation (tabs removed)
1 parent 4e9244c commit 0f1bc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ void testDequeueEmpty() {
2828

2929
assertNull(queue.dequeue());
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)