removed hanging space at the end of the comment

This commit is contained in:
Vladimir Shvets 2024-11-30 02:30:06 +07:00
parent 1810d44422
commit 004fed1e52

View file

@ -101,7 +101,7 @@ function M.pretty_path(opts)
local root = LazyVim.root.get({ normalize = true }) local root = LazyVim.root.get({ normalize = true })
local cwd = LazyVim.root.cwd() 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 -- which might be confusing
local norm_path = path local norm_path = path