chore: remove newline

This commit is contained in:
decentral1se 2022-03-06 00:23:32 +01:00
parent 66e8a201ed
commit 73c3e28ea1
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -267,7 +267,6 @@ Example:
return nil
},
Action: func(c *cli.Context) error {
if c.Bool("serve") && c.String("publish") != "" {
logrus.Fatal("woops, can't publish & serve at the same time?")
}