]> Cypherpunks.ru repositories - nncp.git/commitdiff
Separating empty line
authorSergey Matveev <stargrave@stargrave.org>
Sat, 20 Feb 2021 14:38:54 +0000 (17:38 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 20 Feb 2021 17:26:57 +0000 (20:26 +0300)
src/humanizer.go

index 9ea5e99a492c30af5146a097685c6fef879a86c3..b641cd6d803b0cc26017884171b9bf45ab13e2e6 100644 (file)
@@ -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 {