"fmt fix"

This commit is contained in:
gluaxspeed 2021-07-14 00:44:23 -07:00
parent af147449be
commit bb9e3490a1

View File

@ -44,7 +44,7 @@ pub fn init_logger() -> Result<()> {
#[test]
pub fn format_event() -> Result<()> {
crate::logger::init_logger("test_format_event", 1)?;
crate::logger::init_logger("test_format_event", 1)?;
tracing::info!("test");
Ok(())
}