From c12e2ac3fb6e103ebbc32a6f72756a6ce091803e Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Mon, 24 Apr 2023 09:25:04 -0700 Subject: [PATCH] fix formatting --- crates/copilot_button/src/copilot_button.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/crates/copilot_button/src/copilot_button.rs b/crates/copilot_button/src/copilot_button.rs index 1d2fc9117d..c8bfcc7550 100644 --- a/crates/copilot_button/src/copilot_button.rs +++ b/crates/copilot_button/src/copilot_button.rs @@ -272,10 +272,7 @@ impl CopilotButton { let mut menu_options = Vec::with_capacity(2); menu_options.push(ContextMenuItem::item("Sign In", InitiateSignIn)); - menu_options.push(ContextMenuItem::item( - "Disable Copilot", - HideCopilot, - )); + menu_options.push(ContextMenuItem::item("Disable Copilot", HideCopilot)); self.popup_menu.update(cx, |menu, cx| { menu.show(