Skip to content

Commit 4e9244c

Browse files
fix: resolve checkstyle issues (newline, imports, inner assignment)
1 parent f4b7991 commit 4e9244c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/thealgorithms/datastructures/queues/ThreadSafeQueue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ public synchronized T dequeue() {
4444
public synchronized boolean isEmpty() {
4545
return head == null;
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)