Skip to content

Commit 3b4bafd

Browse files
committed
fix[format]: cargo fmt
Signed-off-by: Matt Gleich <[email protected]>
1 parent c2a4287 commit 3b4bafd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/git.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use std::fs;
2-
use std::process::{exit, Command, ExitStatus};
2+
use std::process::{Command, ExitStatus, exit};
33

4-
use anyhow::{anyhow, bail, Context, Result};
4+
use anyhow::{Context, Result, anyhow, bail};
55
use clap::ArgMatches;
66
use configparser::ini::Ini;
77
use directories::UserDirs;

0 commit comments

Comments
 (0)