Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9bc1839

Browse files
committedMay 31, 2024··
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)
Please sign in to comment.