summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/util/debug.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/cmd/util/debug.go b/cmd/util/debug.go
index ac3eaeca..176b42d3 100644
--- a/cmd/util/debug.go
+++ b/cmd/util/debug.go
@@ -34,10 +34,7 @@ func LogEvent(logger *logrus.Logger, event int, ctx interface{}) bool {
continue
}
- logger.Warning(Sprintf(
- "<yellow>%s</reset>",
- strings.Trim(line, "\r\n"),
- ))
+ logger.Warning(Sprintf("<yellow>%s</reset>", strings.Trim(line, "\r\n")))
}
return true