Skip to content

Commit 0e739de

Browse files
fix build
1 parent 44a1cfd commit 0e739de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fishercoder/solutions/_1342.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* */
3636
public class _1342 {
3737
public static class Solution1 {
38-
public int numberOfSteps (int num) {
38+
public int numberOfSteps(int num) {
3939
int steps = 0;
4040
while (num != 0) {
4141
if (num % 2 == 0) {

0 commit comments

Comments
 (0)