From 9d57216c0d94c9823c0d971caeaffb3b261e527e Mon Sep 17 00:00:00 2001 From: kiyan Date: Mon, 22 Feb 2021 23:01:12 +0100 Subject: chore: remove useless code and indent files --- lua/nvim-treesitter/utils.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lua/nvim-treesitter/utils.lua') diff --git a/lua/nvim-treesitter/utils.lua b/lua/nvim-treesitter/utils.lua index de579bd6..8d5191d0 100644 --- a/lua/nvim-treesitter/utils.lua +++ b/lua/nvim-treesitter/utils.lua @@ -8,11 +8,11 @@ function M.setup_commands(mod, commands) for command_name, def in pairs(commands) do local call_fn = string.format("lua require'nvim-treesitter.%s'.commands.%s.run()", mod, command_name) local parts = vim.tbl_flatten({ - "command!", - def.args, - command_name, - call_fn, - }) + "command!", + def.args, + command_name, + call_fn, + }) api.nvim_command(table.concat(parts, " ")) end end -- cgit v1.2.3