Skip to content

Commit 194e302

Browse files
committed
fix: code style error
1 parent 8e33642 commit 194e302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data-Structures/Linked-List/test/SinglyLinkedList.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ describe('SinglyLinkedList', () => {
148148

149149
list.addFirst(30)
150150
expect(list.head()).toBe(30)
151-
151+
152152
// check for a falsy head data
153153
list.addFirst(false)
154154
expect(list.head()).toBe(false)

0 commit comments

Comments
 (0)