From f633b125b9bab98bc6d73432dd6e8f352cd7fcec Mon Sep 17 00:00:00 2001 From: dovakin0007 <73059450+dovakin0007@users.noreply.github.com> Date: Wed, 28 Aug 2024 00:48:48 +0530 Subject: [PATCH] Fix git commit popup message bracket (#16279) --- crates/git/src/commit.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/git/src/commit.rs b/crates/git/src/commit.rs index f0bc5d8401..50372dec9c 100644 --- a/crates/git/src/commit.rs +++ b/crates/git/src/commit.rs @@ -43,7 +43,7 @@ pub fn get_messages(working_directory: &Path, shas: &[Oid]) -> Result", ">")), ) .collect::>()) }