chore: formated with stylua (#447)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-11-22 19:41:13 +06:00 committed by GitHub
parent f286f0443d
commit 17668aa19d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)