diff options
| author | Eskil Queseth <eskilq@kth.se> | 2020-10-31 02:37:24 +0100 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2020-10-31 02:37:24 +0100 |
| commit | d72b0fe5862a99d9ce1a0ef37938f4517de36ed7 (patch) | |
| tree | 00bae1b69ee302bb52bfb24d3fb22a34bccb3792 /mumd/src/main.rs | |
| parent | 11c823701b12f10933b40044a12cc4048ccf8bd2 (diff) | |
| download | mum-d72b0fe5862a99d9ce1a0ef37938f4517de36ed7.tar.gz | |
cargo fmt
Diffstat (limited to 'mumd/src/main.rs')
| -rw-r--r-- | mumd/src/main.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mumd/src/main.rs b/mumd/src/main.rs index 70cc21b..b83299f 100644 --- a/mumd/src/main.rs +++ b/mumd/src/main.rs @@ -64,9 +64,7 @@ async fn main() { // IpcSender is blocking receive_oneshot_commands(command_sender); }), - network::udp::handle_pings( - ping_request_receiver - ), + network::udp::handle_pings(ping_request_receiver), ); e.unwrap(); } |
