summary refs log tree commit diff
path: root/src/components/tag_pill.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/tag_pill.rs')
-rw-r--r--src/components/tag_pill.rs4
1 files changed, 1 insertions, 3 deletions
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 }
     }
 }