From 9afef0190e94dc5709a3ea08782e3ec4e77d790c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 6 Dec 2020 00:21:21 +0000 Subject: [PATCH] formatting, some from rustfmt (manually picked) Signed-off-by: Ian Jackson --- src/bin/otter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/otter.rs b/src/bin/otter.rs index d740cf87..f7c4a04b 100644 --- a/src/bin/otter.rs +++ b/src/bin/otter.rs @@ -959,7 +959,7 @@ mod leave_game { None => { println!("this account is not a player in that game"); exit(EXIT_NOTFOUND); - }, + } Some((player, _)) => player, }; -- 2.30.2