diff options
| author | Eskil Queseth <eskilq@kth.se> | 2021-03-29 00:47:26 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2021-03-29 00:47:26 +0200 |
| commit | d0eb98decf0d78957acc870624c338b75fc24edf (patch) | |
| tree | 24a9e437f36850e32045508fc836d4ae61c866ce /mumd/src/main.rs | |
| parent | 97b045886323a483a4505c264e2a17c1c0f86f93 (diff) | |
| download | mum-d0eb98decf0d78957acc870624c338b75fc24edf.tar.gz | |
re-add trailing newline 2 electric boogaloo
Diffstat (limited to 'mumd/src/main.rs')
| -rw-r--r-- | mumd/src/main.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mumd/src/main.rs b/mumd/src/main.rs index 6303978..f7168c4 100644 --- a/mumd/src/main.rs +++ b/mumd/src/main.rs @@ -99,4 +99,5 @@ async fn receive_commands( }); } } -}
\ No newline at end of file +} + |
