mirror of
https://github.com/0x5eal/chrono-lc.git
synced 2025-03-04 11:01:43 +00:00
chore: format with rustfmt - 2
This commit is contained in:
parent
5a70107020
commit
8a3528f42a
1 changed files with 3 additions and 3 deletions
|
@ -55,8 +55,8 @@
|
||||||
//! doesn't find it, it will use the default: `C` (english)
|
//! doesn't find it, it will use the default: `C` (english)
|
||||||
//!
|
//!
|
||||||
|
|
||||||
#[macro_use]
|
#[allow(unused_imports)]
|
||||||
extern crate lazy_static;
|
pub(crate) use lazy_static::lazy_static;
|
||||||
|
|
||||||
use std::collections::HashMap;
|
use std::collections::HashMap;
|
||||||
use std::fmt;
|
use std::fmt;
|
||||||
|
@ -198,7 +198,7 @@ where
|
||||||
(_, _, _) => None,
|
(_, _, _) => None,
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
// for the future expansion
|
// for the future expansion
|
||||||
Internal(_) => (1, None),
|
Internal(_) => (1, None),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue