ci: format
This commit is contained in:
parent
845fabb433
commit
82483e47c4
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue