From 17668aa19d369f2cc628db885ecfae576171e7c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 19:41:13 +0600 Subject: [PATCH] chore: formated with stylua (#447) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- lua/tests/spec/component_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/tests/spec/component_spec.lua b/lua/tests/spec/component_spec.lua index ac78c40..8324146 100644 --- a/lua/tests/spec/component_spec.lua +++ b/lua/tests/spec/component_spec.lua @@ -216,7 +216,7 @@ describe('Encoding component', function() tmp_fp:close() vim.cmd('e ' .. tmp_path) assert_component('encoding', opts, 'utf-8') - vim.cmd('bd!') + vim.cmd 'bd!' os.remove(tmp_path) end) end)