diff --git a/src/lib.rs b/src/lib.rs index c53e837..4f38167 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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") - )), + )), }, } }