Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
categulario committed Apr 1, 2022
1 parent 001d928 commit 37537a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ where

impl<T> fmt::Display for Wkt<T>
where
T: WktFloat + fmt::Debug + fmt::Display
T: WktFloat + fmt::Debug + fmt::Display,
{
fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result {
self.item.fmt(formatter)
Expand Down

0 comments on commit 37537a4

Please sign in to comment.