Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
SamRodri committed Jan 9, 2025
1 parent cb38d2a commit bc19b36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/zng-wgt-material-icons/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit bc19b36

Please sign in to comment.