From: Ian Jackson Date: Sat, 30 Jan 2021 14:58:15 +0000 (+0000) Subject: Remove a space X-Git-Tag: otter-0.4.0~619 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6a8c54ca4ef33e40b4014dee3f211d24d09bdc25;p=otter.git Remove a space Signed-off-by: Ian Jackson --- diff --git a/src/updates.rs b/src/updates.rs index a3bedbd5..ffc49a86 100644 --- a/src/updates.rs +++ b/src/updates.rs @@ -65,7 +65,7 @@ pub enum PreparedUpdateEntry { } #[allow(non_camel_case_types)] -#[derive(Debug, Clone)] +#[derive(Debug,Clone)] pub struct PreparedUpdateEntry_Piece { by_client: IsResponseToClientOp, piece: VisiblePieceId,