From 641a685355bff9b9cee224055d7413ea74d015df Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 23 Jan 2021 18:59:40 +0000 Subject: [PATCH] whitespace changes Signed-off-by: Ian Jackson --- daemon/api.rs | 2 +- src/utils.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/daemon/api.rs b/daemon/api.rs index 5b8c02d1..3633440e 100644 --- a/daemon/api.rs +++ b/daemon/api.rs @@ -253,7 +253,7 @@ impl ApiPieceOp for ApiPieceUngrab { if pc.held != Some(player) { throw!(OnlineError::PieceHeld) } pc.held = None; - + let update = PieceUpdateOp::Modify(()); let logents = log_did_to_piece(gpl, lens, piece, pc, p, "released"); diff --git a/src/utils.rs b/src/utils.rs index d43cb58f..b9628a83 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -94,6 +94,7 @@ impl LocalFileExt for fs::File { } } + // todo #[derive(Clone)] pub struct Thunk U> ( lazy_init::LazyTransform -- 2.30.2