From 2b7cade25a6bc0e3e326b535342f98548bb01fdf Mon Sep 17 00:00:00 2001 From: mpaulson Date: Thu, 14 Dec 2023 20:23:15 -0700 Subject: [PATCH] chore: lint --- lua/harpoon/test/harpoon_spec.lua | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/lua/harpoon/test/harpoon_spec.lua b/lua/harpoon/test/harpoon_spec.lua index a922576..d120204 100644 --- a/lua/harpoon/test/harpoon_spec.lua +++ b/lua/harpoon/test/harpoon_spec.lua @@ -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)