From a2e46574727047cab0cc8141b81eb2768f57b72c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 27 Feb 2021 13:34:45 +0000 Subject: [PATCH] Fix some whitespace Signed-off-by: Ian Jackson --- src/hand.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"), -- 2.30.2