Skip to content

Commit 0cdcba2

Browse files
committed
Fixed a tab space issue
1 parent 4f0fd70 commit 0cdcba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public static Integer[] maxHeapify(int rootNodeIndex, int treeSizeForHeapify, In
195195

196196
if (currenNodeIndex == rootNodeIndex) {
197197
break;
198-
} // reached the root node
198+
} // reached the root node
199199
}
200200
}
201201
}

0 commit comments

Comments
 (0)