ui: Remove stray blank lines in ButtonStyle methods (#45822)

Xiaobo Liu created

Release Notes:

- N/A

Change summary

crates/ui/src/components/button/button_like.rs | 2 --
1 file changed, 2 deletions(-)

Detailed changes

crates/ui/src/components/button/button_like.rs 🔗

@@ -208,7 +208,6 @@ impl ButtonStyle {
     pub(crate) fn enabled(
         self,
         elevation: Option<ElevationIndex>,
-
         cx: &mut App,
     ) -> ButtonLikeStyles {
         match self {
@@ -249,7 +248,6 @@ impl ButtonStyle {
     pub(crate) fn hovered(
         self,
         elevation: Option<ElevationIndex>,
-
         cx: &mut App,
     ) -> ButtonLikeStyles {
         match self {