Skip to content

Commit 10c9265

Browse files
committed
Run cargo fmt
1 parent 9109ba5 commit 10c9265

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ fn run(
847847
KeyCode::Enter => {
848848
file_dialog.on_enter();
849849
if let Some(path) = &file_dialog.selection {
850-
match get_repo(path, false) {
850+
match get_repo(path, false) {
851851
Ok(repo) => {
852852
if repo.is_shallow() {
853853
file_dialog.set_error(format!("{} is a shallow clone. Shallow clones are not supported due to a missing feature in the underlying libgit2 library.", repo.path().parent().unwrap().display()));

0 commit comments

Comments
 (0)