Skip to content

Commit 9bc1839

Browse files
committed
chore: fix clang-format issue
1 parent 3e77e92 commit 9bc1839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/datastructures/trees/SplayTree.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public SplayTree() {
4545
root = null;
4646
}
4747

48-
/**
48+
/**
4949
* Checks if the tree is empty.
5050
*
5151
* @return True if the tree is empty, otherwise false.

0 commit comments

Comments
 (0)