Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Jun 25, 2022
1 parent 595f7a1 commit 779d7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/info/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use std::str::FromStr;
use crate::cli::{self, is_truecolor_terminal, Config, When};
use crate::info::info_field::InfoFieldOff;
use crate::repo::Commits;
Expand All @@ -16,6 +15,7 @@ use regex::Regex;
use repo::Repo;
use serde::ser::SerializeStruct;
use serde::Serialize;
use std::str::FromStr;

mod author;
pub mod deps;
Expand Down

0 comments on commit 779d7a0

Please sign in to comment.