Skip to content

Commit f5c466c

Browse files
committed
fix: remove unnecessary newline at the end
1 parent 9fea5c6 commit f5c466c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

reverse-bits/reeseo3o.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ const reverseBits = (n) => {
1919
// 항상 32비트 unsigned로 보이게 하기 위해 마지막에 한 번 더 >>> 0
2020
return result >>> 0;
2121
};
22-

0 commit comments

Comments
 (0)