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")