From aed160994a10986690111112685421f8dccb301d Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Tue, 27 Aug 2019 15:42:20 -0700 Subject: [PATCH] Fix rustfmt error --- server/src/snapshot/patch_compute.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/snapshot/patch_compute.rs b/server/src/snapshot/patch_compute.rs index ec60500c..451736ae 100644 --- a/server/src/snapshot/patch_compute.rs +++ b/server/src/snapshot/patch_compute.rs @@ -327,4 +327,4 @@ mod test { assert_eq!(patch_set, expected_patch_set); } -} \ No newline at end of file +}