From bc19b36382e139ccb8011bfcef234d194570af7a Mon Sep 17 00:00:00 2001 From: Samuel Date: Thu, 9 Jan 2025 17:08:57 -0300 Subject: [PATCH] fmt --- crates/zng-wgt-material-icons/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/zng-wgt-material-icons/src/lib.rs b/crates/zng-wgt-material-icons/src/lib.rs index 4c6eade75..3c8873476 100644 --- a/crates/zng-wgt-material-icons/src/lib.rs +++ b/crates/zng-wgt-material-icons/src/lib.rs @@ -24,7 +24,7 @@ zng_wgt::enable_widget_macros!(); /// Material icon fonts manager. /// /// This app extension registers the fonts in `"embedded"` builds and registers [`ICONS`] handlers that provide the icons. -/// +/// /// [`ICONS`]: struct@zng_wgt::ICONS pub struct MaterialIconsManager; impl MaterialIconsManager { @@ -119,7 +119,7 @@ macro_rules! getters { /// # Panics /// /// Panics if the `key` is not found. - /// + /// /// [`GlyphIcon`]: struct@zng_wgt_text::icon::GlyphIcon pub fn req(key: &str) -> GlyphIcon { match get(key) {