We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fcc211 commit bd6cf6bCopy full SHA for bd6cf6b
src/main/java/com/thealgorithms/sorts/PriorityQueueSort.java
@@ -21,7 +21,8 @@
21
public final class PriorityQueueSort {
22
23
// Private constructor to prevent instantiation (utility class)
24
- private PriorityQueueSort() { }
+ private PriorityQueueSort() {
25
+ }
26
27
/**
28
* Sorts the given array in ascending order using a PriorityQueue.
0 commit comments