fixing auto-format change

This commit is contained in:
Kyle Duren
2025-01-06 01:09:40 +00:00
parent 0e6a483b2f
commit 0aee6252bb
2 changed files with 1 additions and 4 deletions

View File

@@ -22,8 +22,6 @@ import (
"strings" "strings"
"syscall" "syscall"
"time" "time"
) )
func init() { func init() {

View File

@@ -4,14 +4,13 @@ import (
"context" "context"
"errors" "errors"
"fmt" "fmt"
"heckel.io/ntfy/v2/util"
"io" "io"
"mime" "mime"
"net/http" "net/http"
"net/netip" "net/netip"
"regexp" "regexp"
"strings" "strings"
"heckel.io/ntfy/v2/util"
) )
var ( var (