Skip to content

Commit 7cd20bb

Browse files
committed
Fix indentation nit
1 parent dd65e7b commit 7cd20bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gix-path/src/env/git/tests.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -551,9 +551,9 @@ mod exe_info {
551551

552552
let maybe_path = exe_info();
553553
assert_eq!(
554-
maybe_path, None,
555-
"Should find no config path if the config would be local even in a `/tmp`-like dir (suppressed system config)"
556-
);
554+
maybe_path, None,
555+
"Should find no config path if the config would be local even in a `/tmp`-like dir (suppressed system config)"
556+
);
557557
}
558558
}
559559

0 commit comments

Comments
 (0)