aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Pollan2018-12-10 18:33:46 +0100
committerRuben Pollan2018-12-10 18:33:46 +0100
commit5f54bf872c1905cfad1af49b3ea7551999e70e8e (patch)
tree5f1e59eec6d2bd4123786f3fd3589ee57da3ad8d
parent8a646b02ddd26c7c85821c3be0bdabd8abc41164 (diff)
Add an empty line at the end of the output
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index b7afdb9..a65ace0 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -99,6 +99,7 @@ fn print_events(events: impl Iterator<Item = Event>) {
}
}
}
+ println!("");
}
fn print_day(date: Date) {