chore(neovim): format

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-02-17 01:30:26 -03:00
parent 4044df17c2
commit f6051a1f29
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
5 changed files with 74 additions and 74 deletions

View file

@ -9,7 +9,7 @@ return {
}
local function handleFallbackException(bufnr, err, providerName)
if type(err) == "string" and err:match("UfoFallbackException") then
if type(err) == "string" and err:match "UfoFallbackException" then
return require("ufo").getFolds(bufnr, providerName)
else
return require("promise").reject(err)