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