ci: format

This commit is contained in:
Barrett Ruth 2026-03-04 02:16:54 -05:00
parent 845fabb433
commit 82483e47c4
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -408,7 +408,10 @@ end
---@param ctx preview.Context
function M.clean(bufnr, name, provider, ctx)
if not provider.clean then
vim.notify('[preview.nvim]: provider "' .. name .. '" has no clean command', vim.log.levels.WARN)
vim.notify(
'[preview.nvim]: provider "' .. name .. '" has no clean command',
vim.log.levels.WARN
)
return
end