diff options
author | Vika <vika@fireburn.ru> | 2025-04-09 20:23:55 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2025-04-09 20:23:55 +0300 |
commit | 21bc90512beda86b09e7adbae2fa84e78c84dadb (patch) | |
tree | 4e581dbd338c4fafc5b57199f7a004e18e34f644 /src/components/tag_pill.rs | |
parent | 2e63356d2f9154d374f2f9084c57b48fe5558395 (diff) | |
download | bowl-21bc90512beda86b09e7adbae2fa84e78c84dadb.tar.zst |
cargo fmt
Diffstat (limited to 'src/components/tag_pill.rs')
-rw-r--r-- | src/components/tag_pill.rs | 4 |
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 } } } |