more correcting auto-formats

This commit is contained in:
Kyle Duren
2025-01-06 02:55:03 +00:00
parent 0aee6252bb
commit a49cafbadb

View File

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