mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-14 10:00:29 +00:00
chore: style
This commit is contained in:
parent
d3f4fe9e9e
commit
581da797f9
@ -40,13 +40,13 @@ describe("list", function()
|
|||||||
select_with_nil = true,
|
select_with_nil = true,
|
||||||
select = function(list_item, options)
|
select = function(list_item, options)
|
||||||
foo_selected = { list_item, options }
|
foo_selected = { list_item, options }
|
||||||
end
|
end,
|
||||||
},
|
},
|
||||||
bar = {
|
bar = {
|
||||||
select = function(list_item, options)
|
select = function(list_item, options)
|
||||||
bar_selected = { list_item, options }
|
bar_selected = { list_item, options }
|
||||||
end
|
end,
|
||||||
}
|
},
|
||||||
})
|
})
|
||||||
local fooc = Config.get_config(config, "foo")
|
local fooc = Config.get_config(config, "foo")
|
||||||
local barc = Config.get_config(config, "bar")
|
local barc = Config.get_config(config, "bar")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user