From 0e6a483b2f5d29c9525b2d80f8512d77bc5b71e4 Mon Sep 17 00:00:00 2001 From: Kyle Duren Date: Mon, 6 Jan 2025 01:06:28 +0000 Subject: [PATCH] fixing auto-format change --- cmd/serve.go | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/cmd/serve.go b/cmd/serve.go index 60a43e43..123791ac 100644 --- a/cmd/serve.go +++ b/cmd/serve.go @@ -5,6 +5,13 @@ package cmd import ( "errors" "fmt" + "github.com/stripe/stripe-go/v74" + "github.com/urfave/cli/v2" + "github.com/urfave/cli/v2/altsrc" + "heckel.io/ntfy/v2/log" + "heckel.io/ntfy/v2/server" + "heckel.io/ntfy/v2/user" + "heckel.io/ntfy/v2/util" "io/fs" "math" "net" @@ -16,13 +23,7 @@ import ( "syscall" "time" - "github.com/stripe/stripe-go/v74" - "github.com/urfave/cli/v2" - "github.com/urfave/cli/v2/altsrc" - "heckel.io/ntfy/v2/log" - "heckel.io/ntfy/v2/server" - "heckel.io/ntfy/v2/user" - "heckel.io/ntfy/v2/util" + ) func init() {