Skip to content

Commit

Permalink
run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed Aug 16, 2023
1 parent 0a5735c commit d3bd03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/native/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#[allow(unused_imports)]
use iced_widget::core::{self, Color, Element};
#[allow(unused_imports)]
use std::{borrow::Cow, hash::Hash, fmt::Display};
use std::{borrow::Cow, fmt::Display, hash::Hash};

/// Creates a [`Grid`] with the given children.
///
Expand Down

0 comments on commit d3bd03e

Please sign in to comment.