From 7eb6e779381fe33f1404f58adeec4f58d20acc73 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 20 Feb 2021 17:38:54 +0300 Subject: [PATCH] Separating empty line --- src/humanizer.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/humanizer.go b/src/humanizer.go index 9ea5e99..b641cd6 100644 --- a/src/humanizer.go +++ b/src/humanizer.go @@ -203,7 +203,6 @@ func (ctx *Ctx) Humanize(le map[string]string) (string, error) { if err, exists := le["Err"]; exists { msg += ": " + err } - case "sp-info": nice, err := NicenessParse(le["Nice"]) if err != nil { -- 2.44.0