From c3f6755344c94ab8eb872d0871c43f6d79635339 Mon Sep 17 00:00:00 2001 From: Jonathan Feinberg Date: Fri, 4 Jun 2021 20:20:05 +0200 Subject: [PATCH] fixed formatting --- lua/harpoon/term.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/harpoon/term.lua b/lua/harpoon/term.lua index 0fa9076..4ab640b 100644 --- a/lua/harpoon/term.lua +++ b/lua/harpoon/term.lua @@ -33,7 +33,7 @@ end local function find_terminal(args) log.trace("_find_terminal(): Terminal:", args) if type(args) == "number" then - args = { idx=args } + args = { idx = args } end local term_handle = terminals[args.idx] if not term_handle or not vim.api.nvim_buf_is_valid(term_handle.buf_id) then