Skip to content

Commit ffc94a9

Browse files
committed
style: add missing newline at end of files
1 parent 20c105e commit ffc94a9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/main/java/com/lzw/solutions/codeforces/p2189A/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ public static void main(String[] args) throws IOException {
4747

4848
out.close();
4949
}
50-
}
50+
}

src/main/java/com/lzw/solutions/codeforces/p2189B/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ public static void main(String[] args) throws IOException {
4848
solve();
4949
out.close();
5050
}
51-
}
51+
}

src/main/java/com/lzw/solutions/codeforces/p2189C1/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ public static void main(String[] args) throws IOException {
4242
solve();
4343
out.close();
4444
}
45-
}
45+
}

src/main/java/com/lzw/solutions/codeforces/p2189C2/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ public static void main(String[] args) throws IOException {
6464
pw.flush();
6565
pw.close();
6666
}
67-
}
67+
}

src/main/java/com/lzw/solutions/codeforces/p2189D1/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ public static void main(String[] args) throws IOException {
5050
solve();
5151
out.close();
5252
}
53-
}
53+
}

0 commit comments

Comments
 (0)