Skip to content

Commit 59951fc

Browse files
committed
chore: removed comment
1 parent 1fee44f commit 59951fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree/explorer/sorters.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local C = {}
44
local Sorter = {}
55

66
function Sorter:new(opts)
7-
local o = {} -- create object if user does not provide one
7+
local o = {}
88
setmetatable(o, self)
99
self.__index = self
1010
o.config = vim.deepcopy(opts.sort)

0 commit comments

Comments
 (0)