chore: formated with stylua (#435)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
46534fe8b7
commit
e6b6caa93b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue