Skip to content

Commit f25e44d

Browse files
committed
fix: add newline at end of file
1 parent 9f72819 commit f25e44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

merge-two-sorted-lists/b41-41.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@ function mergeTwoLists(list1: ListNode | null, list2: ListNode | null): ListNode
170170
// return getSortedList5();
171171
return getSortedList6();
172172

173-
};
173+
};

0 commit comments

Comments
 (0)