Skip to content

Commit

Permalink
level 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zoebelle-pang committed Feb 22, 2024
1 parent 4e3d1c4 commit 29f9d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/Event.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ public String toString() {
String formattedFrom = from.format(DateTimeFormatter.ofPattern("MMM dd yyyy hh:mma"));
String formattedTo = to.format(DateTimeFormatter.ofPattern("MMM dd yyyy hh:mma"));

return "E |" + super.toString() + " |" + " from: " + formattedFrom + " to: " + formattedTo ;
return "E |" + super.toString() + " |" + " from: " + formattedFrom + " to: " + formattedTo ;
}
}

0 comments on commit 29f9d66

Please sign in to comment.