Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunarequest committed Apr 15, 2024
1 parent 81241fd commit e05f7fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use crate::map::VerifyMap;

use super::{
config::Config,
git::{
Expand All @@ -10,6 +8,7 @@ use super::{
},
map::Map,
};
use crate::map::VerifyMap;
use anyhow::{anyhow, Context, Result};
use dirs::{config_dir, home_dir};
use git2::{build::RepoBuilder, FetchOptions, RemoteCallbacks, Repository, StatusOptions};
Expand Down

0 comments on commit e05f7fc

Please sign in to comment.