diff options
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 +} + |
