Skip to content

Commit 2905459

Browse files
build format
1 parent 5b513e6 commit 2905459

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/thealgorithms/datastructures/lists/SelfOrganizingLinkedList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ public E getHeadValue() {
104104
public int getSize() {
105105
return size;
106106
}
107-
108107
/**
109108
* Returns true if the list contains no elements.
110109
*
@@ -114,3 +113,4 @@ public boolean isEmpty() {
114113
return head == null;
115114
}
116115
}
116+

0 commit comments

Comments
 (0)