Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
TTWNO committed Jun 10, 2024
1 parent 659dc20 commit 7104b3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fry_normalize/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

extern crate alloc;

use derive_more::Display;
use alloc::collections::BTreeMap;
use alloc::{
string::{String, ToString},
vec::Vec,
};
use once_cell::sync::Lazy;
use derive_more::Display;
use num2words::{Currency, Num2Err, Num2Words};
use num_bigfloat::BigFloat;
use once_cell::sync::Lazy;
use regex::Regex;

/// Asserts that two `&str`s, the first passed through the [`normalize`]
Expand Down

0 comments on commit 7104b3e

Please sign in to comment.