run stylua

This commit is contained in:
Smirnov Oleksandr 2023-07-19 23:05:17 +03:00
parent 5e7ecf382a
commit d4734ae69a

View file

@ -47,7 +47,12 @@ local function modify(...)
on_exit = function(data, retval) on_exit = function(data, retval)
if retval ~= 0 then if retval ~= 0 then
u.notify( u.notify(
"command 'gomodifytags " .. unpack(cmd_args) .. "' exited with code " .. retval, "command '"
.. c.gomodifytags
.. " "
.. unpack(cmd_args)
.. "' exited with code "
.. retval,
"error" "error"
) )
return return