Skip to content

Commit 1d77eeb

Browse files
committed
fix: linelint를 위한 마지막 개행 문자 추가
1 parent f7ea264 commit 1d77eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reverse-linked-list/river20s.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ class Solution {
1717
}
1818
return prev;
1919
}
20-
};
20+
};

0 commit comments

Comments
 (0)