Skip to content

Commit

Permalink
more correcting auto-formats
Browse files Browse the repository at this point in the history
  • Loading branch information
pixitha committed Jan 6, 2025
1 parent 0aee625 commit a49cafb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit a49cafb

Please sign in to comment.