Skip to content

Commit 9176eab

Browse files
committed
remove unnecessary comments
1 parent 952e0fd commit 9176eab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/nvim-tree/utils.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ function M.escape_special_chars(path)
303303
if path == nil then
304304
return path
305305
end
306-
-- return M.is_windows and path:gsub("%(", "\\("):gsub("%)", "\\)") or path
307306
return M.is_windows and escape_special_char_for_windows(path) or path
308307
end
309308

0 commit comments

Comments
 (0)