From 376664e65dc33ecfbc44101ef7ed605e2c7e8284 Mon Sep 17 00:00:00 2001 From: Keith Simmons Date: Thu, 16 Jan 2020 15:24:42 -0800 Subject: [PATCH] minor formatting --- src/main.rs | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/main.rs b/src/main.rs index e074e1b..0dcf4b2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -54,9 +54,9 @@ fn create_nvim_command() -> Command { struct NeovimHandler(Arc>); impl Clone for NeovimHandler { - fn clone(&self) -> Self { - NeovimHandler(Arc::clone(&self.0)) - } + fn clone(&self) -> Self { + NeovimHandler(Arc::clone(&self.0)) + } } #[async_trait] @@ -95,17 +95,17 @@ async fn start_nvim(editor: Arc>, receiver: Arc