فهرست منبع

fixing auto-format change

Kyle Duren 1 سال پیش
والد
کامیت
0aee6252bb
2فایلهای تغییر یافته به همراه1 افزوده شده و 4 حذف شده
  1. 0 2
      cmd/serve.go
  2. 1 2
      server/util.go

+ 0 - 2
cmd/serve.go

@@ -22,8 +22,6 @@ import (
 	"strings"
 	"syscall"
 	"time"
-
-	
 )
 
 func init() {

+ 1 - 2
server/util.go

@@ -4,14 +4,13 @@ import (
 	"context"
 	"errors"
 	"fmt"
+	"heckel.io/ntfy/v2/util"
 	"io"
 	"mime"
 	"net/http"
 	"net/netip"
 	"regexp"
 	"strings"
-
-	"heckel.io/ntfy/v2/util"
 )
 
 var (