chore: fix rustfmt

main
sgoudham 1 year ago
parent 40e9d1d3be
commit ead99f0f3d
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -132,7 +132,7 @@ impl<'a> GitView<'a> {
GitOutput::Err(_) => Err(AppError::new(
ErrorType::MissingDefaultBranch,
format!("Could not verify '{remote}/{branch}' exists and could not retrieve default branch")
)),
)),
},
}
}

Loading…
Cancel
Save