Skip to content

Commit 02d6751

Browse files
authored
Update PriorityQueueSort.java
1 parent a41aaa6 commit 02d6751

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/thealgorithms/sorts/PriorityQueueSort.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
public final class PriorityQueueSort {
2121

2222
// Private constructor to prevent instantiation (utility class)
23-
private PriorityQueueSort() {
24-
23+
private PriorityQueueSort() {
2524
}
2625

2726
/**

0 commit comments

Comments
 (0)