aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mumd/src/main.rs')
-rw-r--r--mumd/src/main.rs4
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();
}