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
config = c
end,
});
})
harpoon:setup({
foo = { }
});
foo = {},
})
harpoon:list()
eq(true, setup)
@ -134,8 +134,5 @@ describe("harpoon", function()
eq(true, list_created)
eq(Config.DEFAULT_LIST, list_name)
end)
end)