Skip to content

Commit 76f0c6c

Browse files
committed
chore:fixing basic spacing to ensure usability. lesson_16 - JosephCaballero
1 parent 88edd33 commit 76f0c6c

File tree

1 file changed

+1
-1
lines changed
  • lesson_16/objects/objects_app/src/main/java/com/codedifferently/lesson16/boxer

1 file changed

+1
-1
lines changed

lesson_16/objects/objects_app/src/main/java/com/codedifferently/lesson16/boxer/Boxer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public String getFights() throws BoxerHasNoFightsException {
106106
for (Map.Entry<String, Character> entry : fights.entrySet()) {
107107
String key = entry.getKey();
108108
char value = entry.getValue();
109-
fightsHad += "You fought " + key + " " + value;
109+
fightsHad += "You fought " + key + " " + value +"\n";
110110
}
111111
return fightsHad;
112112
}

0 commit comments

Comments
 (0)