From 004fed1e520d64e67e3d504d1f399f2567c26a0a Mon Sep 17 00:00:00 2001 From: Vladimir Shvets Date: Sat, 30 Nov 2024 02:30:06 +0700 Subject: [PATCH] removed hanging space at the end of the comment --- lua/lazyvim/util/lualine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/util/lualine.lua b/lua/lazyvim/util/lualine.lua index 076fe766..24143c3a 100644 --- a/lua/lazyvim/util/lualine.lua +++ b/lua/lazyvim/util/lualine.lua @@ -101,7 +101,7 @@ function M.pretty_path(opts) local root = LazyVim.root.get({ normalize = true }) local cwd = LazyVim.root.cwd() - -- original path is preserved to provide user with expected result of pretty_path, not a normalized one, + -- original path is preserved to provide user with expected result of pretty_path, not a normalized one, -- which might be confusing local norm_path = path