chiark / gitweb /
Fix some whitespace
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 27 Feb 2021 13:34:45 +0000 (13:34 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 27 Feb 2021 13:34:45 +0000 (13:34 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/hand.rs

index 9148c3f7379e2796aa01cfbf1a04e8d13c611197..56082d02b14723ba16f58356a36661268a9a1065 100644 (file)
@@ -111,14 +111,14 @@ impl Piece for Hand {
       if let Some(xdata) = gpc.xdata.get::<HandState>()?;
       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"),