chore: formated with stylua (#435)

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

View File

@ -261,7 +261,7 @@ describe('Filetype component', function()
local old_require = _G.require
function _G.require(...)
if select(1, ...) == 'nvim-web-devicons' then
error("Test case not suppose to have web-dev-icon 👀")
error 'Test case not suppose to have web-dev-icon 👀'
end
return old_require(...)
end