From 09ac44c6ae2034095358fca30465561a1f13d6d5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 6 Dec 2020 00:20:46 +0000 Subject: [PATCH] formatting, some from rustfmt (manually picked) Signed-off-by: Ian Jackson --- src/bin/otter.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bin/otter.rs b/src/bin/otter.rs index 3d3b333a..d740cf87 100644 --- a/src/bin/otter.rs +++ b/src/bin/otter.rs @@ -914,11 +914,11 @@ mod join_game { player.0.get_idx_version().0, &nick); deliver(&token); - }, + } MGR::PlayerAccessToken(token) => { deliver(&token); - }, - MGR::Fine => { }, + } + MGR::Fine => {} _ => throw!(anyhow!("unexpected response to instruction(s)")), } } -- 2.30.2