From a49cafbadb78477b0fb74ca6725d7f664470eb50 Mon Sep 17 00:00:00 2001 From: Kyle Duren Date: Mon, 6 Jan 2025 02:55:03 +0000 Subject: [PATCH] more correcting auto-formats --- server/server_test.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/server/server_test.go b/server/server_test.go index 42271928..9aa3ef80 100644 --- a/server/server_test.go +++ b/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"