Skip to content

Commit

Permalink
fixing auto-format change
Browse files Browse the repository at this point in the history
  • Loading branch information
pixitha committed Jan 6, 2025
1 parent 0e6a483 commit 0aee625
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions cmd/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ import (
"strings"
"syscall"
"time"


)

func init() {
Expand Down
3 changes: 1 addition & 2 deletions server/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ import (
"context"
"errors"
"fmt"
"heckel.io/ntfy/v2/util"
"io"
"mime"
"net/http"
"net/netip"
"regexp"
"strings"

"heckel.io/ntfy/v2/util"
)

var (
Expand Down

0 comments on commit 0aee625

Please sign in to comment.