From: Sergey Matveev Date: Sat, 20 Feb 2021 14:38:54 +0000 (+0300) Subject: Separating empty line X-Git-Tag: v6.1.0^2~6 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7eb6e779381fe33f1404f58adeec4f58d20acc73;p=nncp.git Separating empty line --- 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 {