Skip to content

Commit e30babe

Browse files
committed
shoaib3/issue#5229
fixed some code formettings
1 parent dc6e058 commit e30babe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

397397
/**
398398
* @param position to check position

0 commit comments

Comments
 (0)