From b5aad922bdbbaaf2d7f1f2e11292e1925849fed7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 9 Mar 2021 00:55:59 +0000 Subject: [PATCH] hidden: adjust formatting (nfc) Signed-off-by: Ian Jackson --- src/gamestate.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/gamestate.rs b/src/gamestate.rs index 0c9d4419..14e5e69d 100644 --- a/src/gamestate.rs +++ b/src/gamestate.rs @@ -376,9 +376,7 @@ impl PieceRenderInstructions { -> Option<&'p dyn OccultedPieceTrait> { match self.occulted { - PriOcculted::Visible => { - None - }, + PriOcculted::Visible => None, PriOcculted::Occulted | PriOcculted::Displaced(_) => { Some( p.occultable() -- 2.30.2