From ead99f0f3d2e3cc4a02b8a379fb749ceb9aef408 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Mon, 3 Jul 2023 01:26:51 +0100 Subject: [PATCH] chore: fix rustfmt --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") - )), + )), }, } }