Skip to content

Commit e310d70

Browse files
committed
shoaib4/issue#5229
code formetting
1 parent e30babe commit e310d70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,8 @@ public int poll() {
392392
head = head.next;
393393
size--; // As head is removed size will be decreased
394394
return headValue;
395-
}
395+
396+
}
396397

397398
/**
398399
* @param position to check position

0 commit comments

Comments
 (0)