Skip to content

Commit 0e6a483

Browse files
committed
fixing auto-format change
1 parent 20c014b commit 0e6a483

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

cmd/serve.go

+8-7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ package cmd
55
import (
66
"errors"
77
"fmt"
8+
"github.com/stripe/stripe-go/v74"
9+
"github.com/urfave/cli/v2"
10+
"github.com/urfave/cli/v2/altsrc"
11+
"heckel.io/ntfy/v2/log"
12+
"heckel.io/ntfy/v2/server"
13+
"heckel.io/ntfy/v2/user"
14+
"heckel.io/ntfy/v2/util"
815
"io/fs"
916
"math"
1017
"net"
@@ -16,13 +23,7 @@ import (
1623
"syscall"
1724
"time"
1825

19-
"github.com/stripe/stripe-go/v74"
20-
"github.com/urfave/cli/v2"
21-
"github.com/urfave/cli/v2/altsrc"
22-
"heckel.io/ntfy/v2/log"
23-
"heckel.io/ntfy/v2/server"
24-
"heckel.io/ntfy/v2/user"
25-
"heckel.io/ntfy/v2/util"
26+
2627
)
2728

2829
func init() {

0 commit comments

Comments
 (0)