From 21bc90512beda86b09e7adbae2fa84e78c84dadb Mon Sep 17 00:00:00 2001 From: Vika Date: Wed, 9 Apr 2025 20:23:55 +0300 Subject: cargo fmt --- src/components/tag_pill.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/components/tag_pill.rs') diff --git a/src/components/tag_pill.rs b/src/components/tag_pill.rs index 0dc9117..89b35af 100644 --- a/src/components/tag_pill.rs +++ b/src/components/tag_pill.rs @@ -70,8 +70,6 @@ impl FactoryComponent for TagPill { root.append(&label); root.append(&button); - Self::Widgets { - label, button - } + Self::Widgets { label, button } } } -- cgit 1.4.1