Skip to content

Commit 42d1ba6

Browse files
fix build
1 parent 3ee64c3 commit 42d1ba6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ public static class Solution1 {
4949
put(8, 8);
5050
put(6, 9);
5151
put(9, 6);
52-
}};
52+
}
53+
};
5354

5455
public boolean confusingNumber(int N) {
5556
if (N == 0) {

0 commit comments

Comments
 (0)