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 | |
| parent | 97b045886323a483a4505c264e2a17c1c0f86f93 (diff) | |
| download | mum-d0eb98decf0d78957acc870624c338b75fc24edf.tar.gz | |
re-add trailing newline 2 electric boogaloo
| -rw-r--r-- | mumctl/src/main.rs | 1 | ||||
| -rw-r--r-- | mumd/src/main.rs | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mumctl/src/main.rs b/mumctl/src/main.rs index 7475d4d..9d9e4fd 100644 --- a/mumctl/src/main.rs +++ b/mumctl/src/main.rs @@ -656,4 +656,3 @@ impl Display for Error { write!(f, "Unable to connect to mumd. Is mumd running?") } } - 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 +} + |
