Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Mar 19, 2022
1 parent 4f92fa7 commit 5887525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ use env::*;

use git::*;

pub use const_format::*;
use crate::ci::CiType;
use crate::time::BuildTime;
pub use const_format::*;
use std::collections::HashMap;
use std::env as std_env;
use std::fs::File;
Expand Down

0 comments on commit 5887525

Please sign in to comment.