From 01bce04637cd6943d62dcefbf081100c6b3b0c1b Mon Sep 17 00:00:00 2001 From: Michael Paulson Date: Fri, 1 Dec 2023 14:07:55 -0700 Subject: [PATCH] chore: style --- lua/harpoon/test/harpoon_spec.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/harpoon/test/harpoon_spec.lua b/lua/harpoon/test/harpoon_spec.lua index ffdda18..d7784e6 100644 --- a/lua/harpoon/test/harpoon_spec.lua +++ b/lua/harpoon/test/harpoon_spec.lua @@ -104,5 +104,4 @@ describe("harpoon", function() { value = file_name_1, context = { row = row_1, col = col_1 } }, }) end) - end)