diff options
author | Ruben Pollan | 2018-12-10 18:33:46 +0100 |
---|---|---|
committer | Ruben Pollan | 2018-12-10 18:33:46 +0100 |
commit | 5f54bf872c1905cfad1af49b3ea7551999e70e8e (patch) | |
tree | 5f1e59eec6d2bd4123786f3fd3589ee57da3ad8d /src | |
parent | 8a646b02ddd26c7c85821c3be0bdabd8abc41164 (diff) |
Add an empty line at the end of the output
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 1 |
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) { |