Skip to content

Commit f00f3fc

Browse files
author
easyone
committed
Fix: Edit lint.
1 parent 2d87ed6 commit f00f3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reverse-bits/easyone-jwlee.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ func reverseBits(num uint32) uint32 {
1717
num >>= 1
1818
}
1919
return result
20-
}
20+
}

0 commit comments

Comments
 (0)