Skip to content

Commit 8bf7afe

Browse files
committed
Cargo fmt
Signed-off-by: hi-rustin <[email protected]>
1 parent a78575f commit 8bf7afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/util/vcs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub fn existing_vcs_repo(path: &Path, cwd: &Path) -> bool {
1212
fn in_git_repo(path: &Path, cwd: &Path) -> bool {
1313
let mut first_exist_base_path = Some(path);
1414
while let Some(p) = first_exist_base_path {
15-
if p.exists(){
15+
if p.exists() {
1616
break;
1717
}
1818
first_exist_base_path = p.parent();

0 commit comments

Comments
 (0)