From: Ian Jackson Date: Sat, 27 Feb 2021 13:34:45 +0000 (+0000) Subject: Fix some whitespace X-Git-Tag: otter-0.4.0~318 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a2e46574727047cab0cc8141b81eb2768f57b72c;p=otter.git Fix some whitespace Signed-off-by: Ian Jackson --- diff --git a/src/hand.rs b/src/hand.rs index 9148c3f7..56082d02 100644 --- a/src/hand.rs +++ b/src/hand.rs @@ -111,14 +111,14 @@ impl Piece for Hand { if let Some(xdata) = gpc.xdata.get::()?; if let Some(_owner) = &xdata.owner; then { UoDescription { - kind: UoKind:: Piece, + kind: UoKind::Piece, def_key: 'C', opname: "deactivate".to_owned(), desc: Html::lit("Deactivate hand"), wrc: WRC::Unpredictable, }} else { UoDescription { - kind: UoKind:: Piece, + kind: UoKind::Piece, def_key: 'C', opname: "claim".to_owned(), desc: Html::lit("Claim this as your hand"),