From: Ian Jackson Date: Thu, 1 Apr 2021 11:02:31 +0000 (+0100) Subject: gamestate: Fix a style nit X-Git-Tag: otter-0.5.0~328 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=ca4ab6f80e5c5633e5ecea5df5aef127270e4463;p=otter.git gamestate: Fix a style nit Signed-off-by: Ian Jackson --- diff --git a/src/gamestate.rs b/src/gamestate.rs index 7658d740..d5b03cbe 100644 --- a/src/gamestate.rs +++ b/src/gamestate.rs @@ -58,7 +58,7 @@ pub struct GPlayer { // usual variable: gpl } #[derive(Debug,Serialize,Deserialize)] -pub struct GPiece{ // usual variable: gpc +pub struct GPiece { // usual variable: gpc pub pos: Pos, pub face: FaceId, pub held: Option,