binwiederhier 1 月之前
父節點
當前提交
86157fc7f6
共有 1 個文件被更改,包括 0 次插入1 次删除
  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`,
 }
 
-
 func execServe(c *cli.Context) error {
 	if c.NArg() > 0 {
 		return errors.New("no arguments expected, see 'ntfy serve --help' for help")