Skip to content

Commit 200bc18

Browse files
committed
refactor: remove a redundant require
1 parent 8707394 commit 200bc18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/wincent/commandt/finder.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ local function finder(name, directory)
9292
finder.fallback = require('wincent.commandt.private.finders.fallback')(finder, directory, options)
9393
end
9494

95-
local merge = require('wincent.commandt.private.merge')
9695
-- TODO: fix type smell here. we're merging "mode", a property that exists
9796
-- inside matcher configs, into the top level, along with "name".
9897
ui = UI.new()

0 commit comments

Comments
 (0)