From 324726428871ce10ab9f4b9ea1a9b578859d586e Mon Sep 17 00:00:00 2001 From: Xiaobo Liu Date: Mon, 29 Dec 2025 22:23:49 +0800 Subject: [PATCH] ui: Remove stray blank lines in ButtonStyle methods (#45822) Release Notes: - N/A --- crates/ui/src/components/button/button_like.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/ui/src/components/button/button_like.rs b/crates/ui/src/components/button/button_like.rs index 4ce7aeed0d80b579207b2546ee5ac35d0ac8865d..9cb7bd85ef1dbcdf16b821d61b7fe02800b8e182 100644 --- a/crates/ui/src/components/button/button_like.rs +++ b/crates/ui/src/components/button/button_like.rs @@ -208,7 +208,6 @@ impl ButtonStyle { pub(crate) fn enabled( self, elevation: Option, - cx: &mut App, ) -> ButtonLikeStyles { match self { @@ -249,7 +248,6 @@ impl ButtonStyle { pub(crate) fn hovered( self, elevation: Option, - cx: &mut App, ) -> ButtonLikeStyles { match self {