Fix usestdlibvars and whitespace linters issues. (#6162)

Signed-off-by: Xun Jiang <blackpiglet@gmail.com>
Co-authored-by: Xun Jiang <blackpiglet@gmail.com>
This commit is contained in:
Xun Jiang/Bruce Jiang
2023-04-24 09:10:55 +08:00
committed by GitHub
parent 14f31eed8c
commit 1fd28e8a36
34 changed files with 4 additions and 49 deletions

View File

@@ -121,7 +121,6 @@ func InvokeDeleteActions(ctx *Context) error {
// Since we want to keep looping even on errors, log them instead of just returning.
if err != nil {
itemLog.WithError(err).Error("plugin error")
}
}
}