Skip to content

Commit 87ac9a5

Browse files
committed
New Line Update
1 parent a08c93b commit 87ac9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/tree/HeavyLightDecomposition.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ public void initialize(int root, int[] values) {
155155
}
156156
buildSegmentTree(1, 0, positionIndex - 1);
157157
}
158-
}
158+
}

0 commit comments

Comments
 (0)