Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
talhahwahla committed Jan 1, 2024
1 parent bfb42a9 commit 9b802f3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/ipinfo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

use std::{
collections::HashMap,
num::NonZeroUsize,
time::Duration,
};
use std::{collections::HashMap, num::NonZeroUsize, time::Duration};

use crate::{
cache_key, is_bogon, Continent, CountryCurrency, CountryFlag, IpDetails,
Expand Down

0 comments on commit 9b802f3

Please sign in to comment.