Parcourir la source

fixing auto-format change

Kyle Duren il y a 1 an
Parent
commit
0e6a483b2f
1 fichiers modifiés avec 8 ajouts et 7 suppressions
  1. 8 7
      cmd/serve.go

+ 8 - 7
cmd/serve.go

@@ -5,6 +5,13 @@ package cmd
 import (
 	"errors"
 	"fmt"
+	"github.com/stripe/stripe-go/v74"
+	"github.com/urfave/cli/v2"
+	"github.com/urfave/cli/v2/altsrc"
+	"heckel.io/ntfy/v2/log"
+	"heckel.io/ntfy/v2/server"
+	"heckel.io/ntfy/v2/user"
+	"heckel.io/ntfy/v2/util"
 	"io/fs"
 	"math"
 	"net"
@@ -16,13 +23,7 @@ import (
 	"syscall"
 	"time"
 
-	"github.com/stripe/stripe-go/v74"
-	"github.com/urfave/cli/v2"
-	"github.com/urfave/cli/v2/altsrc"
-	"heckel.io/ntfy/v2/log"
-	"heckel.io/ntfy/v2/server"
-	"heckel.io/ntfy/v2/user"
-	"heckel.io/ntfy/v2/util"
+	
 )
 
 func init() {