chore: lint

This commit is contained in:
mpaulson 2023-12-14 20:23:15 -07:00
parent 1f36517870
commit 2b7cade25a

View File

@ -122,11 +122,11 @@ describe("harpoon", function()
setup = true setup = true
config = c config = c
end, end,
}); })
harpoon:setup({ harpoon:setup({
foo = { } foo = {},
}); })
harpoon:list() harpoon:list()
eq(true, setup) eq(true, setup)
@ -134,8 +134,5 @@ describe("harpoon", function()
eq(true, list_created) eq(true, list_created)
eq(Config.DEFAULT_LIST, list_name) eq(Config.DEFAULT_LIST, list_name)
end) end)
end) end)