1
0
Эх сурвалжийг харах

more correcting auto-formats

Kyle Duren 1 жил өмнө
parent
commit
a49cafbadb
1 өөрчлөгдсөн 2 нэмэгдсэн , 3 устгасан
  1. 2 3
      server/server_test.go

+ 2 - 3
server/server_test.go

@@ -7,6 +7,8 @@ import (
 	"encoding/base64"
 	"encoding/json"
 	"fmt"
+	"golang.org/x/crypto/bcrypt"
+	"heckel.io/ntfy/v2/user"
 	"io"
 	"net/http"
 	"net/http/httptest"
@@ -20,9 +22,6 @@ import (
 	"testing"
 	"time"
 
-	"golang.org/x/crypto/bcrypt"
-	"heckel.io/ntfy/v2/user"
-
 	"github.com/SherClockHolmes/webpush-go"
 	"github.com/stretchr/testify/require"
 	"heckel.io/ntfy/v2/log"