Skip to content

Commit c4af6a8

Browse files
committed
Add \n at EOF
1 parent 4292348 commit c4af6a8

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

compiled_starters/java/src/main/java/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ public static void main(String[] args) throws Exception {
1414
// Uncomment this block to pass the first stage
1515
// String input = sc.nextLine();
1616
}
17-
}
17+
}

solutions/java/01-oo8/code/src/main/java/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ public static void main(String[] args) throws Exception {
88
System.out.print("$ ");
99
String input = sc.nextLine();
1010
}
11-
}
11+
}

solutions/java/01-oo8/diff/src/main/java/Main.java.diff

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@
1919
+ String input = sc.nextLine();
2020
}
2121
}
22-
\ No newline at end of file

starter_templates/java/src/main/java/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ public static void main(String[] args) throws Exception {
1414
// Uncomment this block to pass the first stage
1515
// String input = sc.nextLine();
1616
}
17-
}
17+
}

0 commit comments

Comments
 (0)