Skip to content

Commit 5691cb7

Browse files
Fix: add newline at end of files
1 parent e8fc048 commit 5691cb7

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

ashish-contribution

Whitespace-only changes.

src/main/java/com/thealgorithms/maths/NeonNumber.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ public static boolean isNeon(final int number) {
2929
}
3030
return digitSum == number;
3131
}
32-
}
32+
}

src/test/java/com/thealgorithms/maths/NeonNumberTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ public void testIsNeonFalse() {
2020
assertFalse(NeonNumber.isNeon(5));
2121
assertFalse(NeonNumber.isNeon(10));
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)