chore: format with rustfmt - 2

This commit is contained in:
Erica Marigold 2023-09-13 18:10:46 +05:30 committed by GitHub
parent 5a70107020
commit 8a3528f42a
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,8 +55,8 @@
//! doesn't find it, it will use the default: `C` (english)
//!
#[macro_use]
extern crate lazy_static;
#[allow(unused_imports)]
pub(crate) use lazy_static::lazy_static;
use std::collections::HashMap;
use std::fmt;