Skip to content

Commit

Permalink
run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Pistonight committed Nov 27, 2023
1 parent 3957c3f commit 42f7132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/status.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use std::collections::BTreeMap;
use std::path::Path;

use crate::git::{GitContext, GitError, GitCmdPath};
use crate::git::{GitCmdPath, GitContext, GitError};
use crate::print::println_verbose;
use crate::submodule::*;

Expand Down
2 changes: 1 addition & 1 deletion src/submodule.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
use std::path::{Path, PathBuf};

use crate::git::{quote_arg, GitCanonicalize, GitContext, GitError, GitCmdPath};
use crate::git::{quote_arg, GitCanonicalize, GitCmdPath, GitContext, GitError};
use crate::print::{
print_info, print_warn, println_error, println_hint, println_info, println_verbose,
println_warn,
Expand Down

0 comments on commit 42f7132

Please sign in to comment.