Skip to content

Commit e31d615

Browse files
committed
format
1 parent 7eeafcc commit e31d615

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

lua/csvtools.lua

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -169,15 +169,14 @@ function M.add_mappings()
169169
vim.api.nvim_buf_set_keymap(Status.mainwindowbuf, "n", "<leader>tf", ":lua require'csvtools'.NewWindow()<cr>", opts)
170170
if Status.buf ~= nil then
171171
vim.api.nvim_buf_set_keymap(Status.buf, "n", "<leader>td", ":lua require'csvtools'.CloseWindow()<cr>", opts)
172-
173172
end
174-
vim.api.nvim_buf_set_keymap(
175-
Status.mainwindowbuf,
176-
"n",
177-
"<leader>td",
178-
":lua require'csvtools'.CloseWindow()<cr>",
179-
opts
180-
)
173+
vim.api.nvim_buf_set_keymap(
174+
Status.mainwindowbuf,
175+
"n",
176+
"<leader>td",
177+
":lua require'csvtools'.CloseWindow()<cr>",
178+
opts
179+
)
181180

182181
vim.api.nvim_buf_set_keymap(
183182
Status.mainwindowbuf,

0 commit comments

Comments
 (0)