From 1dacf1cd3911c5e1c27ee229f6aea0826ab15206 Mon Sep 17 00:00:00 2001 From: Ben Elan Date: Fri, 15 Dec 2023 11:49:22 -0800 Subject: [PATCH] chore: commit third review suggestion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Alvaro Muñoz --- lua/octo/utils.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/octo/utils.lua b/lua/octo/utils.lua index c7046df8..2b413757 100644 --- a/lua/octo/utils.lua +++ b/lua/octo/utils.lua @@ -45,7 +45,7 @@ M.state_icon_map = { CLOSED = "⚑ ", OPEN = "⚐ ", APPROVED = "✓ ", - CHANGES_REQUESTED = " ±", + CHANGES_REQUESTED = "± ", COMMENTED = "☷ ", DISMISSED = " ", PENDING = " ",