binwiederhier 1 month ago
parent
commit
86157fc7f6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      cmd/serve.go

+ 0 - 1
cmd/serve.go

@@ -128,7 +128,6 @@ Examples:
   ntfy serve --listen-http :8080  # Starts server with alternate port`,
   ntfy serve --listen-http :8080  # Starts server with alternate port`,
 }
 }
 
 
-
 func execServe(c *cli.Context) error {
 func execServe(c *cli.Context) error {
 	if c.NArg() > 0 {
 	if c.NArg() > 0 {
 		return errors.New("no arguments expected, see 'ntfy serve --help' for help")
 		return errors.New("no arguments expected, see 'ntfy serve --help' for help")