From 5acdb5f4b5971c9774bdb15994e950758f87b95c Mon Sep 17 00:00:00 2001 From: Ducky Date: Mon, 17 Jun 2024 21:03:36 +0200 Subject: [PATCH] fix formatting --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 3fb72e4..d811443 100644 --- a/main.go +++ b/main.go @@ -41,7 +41,7 @@ func HandleWebfinger(w http.ResponseWriter, req *http.Request) { func main() { redirects = make(map[string][]string) redirects["astra@gearheads.social"] = []string{"astra", "ap.zio.sh"} - redirects["ducky@gearheads.social"] = []string{"ducky", "ap.zio.sh"} + redirects["ducky@gearheads.social"] = []string{"ducky", "ap.zio.sh"} redirects["creativeicing@gearheads.social"] = []string{"CreativeIcing", "rubber.social"} redirects["gearbound@gearheads.social"] = []string{"gearbound", "rubber.social"}