chore: fmt code
This commit is contained in:
@@ -15,11 +15,11 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
ical "github.com/emersion/go-ical"
|
||||
"git.arnef.de/arnef/nidus/internal/birthdays"
|
||||
"git.arnef.de/arnef/nidus/internal/db"
|
||||
"git.arnef.de/arnef/nidus/internal/icalfix"
|
||||
"git.arnef.de/arnef/nidus/internal/web/templates"
|
||||
ical "github.com/emersion/go-ical"
|
||||
)
|
||||
|
||||
// eventIDRe validates an event's object ID as it appears in a URL path
|
||||
|
||||
@@ -15,9 +15,9 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
vcard "github.com/emersion/go-vcard"
|
||||
"git.arnef.de/arnef/nidus/internal/store"
|
||||
"git.arnef.de/arnef/nidus/internal/web/templates"
|
||||
vcard "github.com/emersion/go-vcard"
|
||||
)
|
||||
|
||||
// contactIDRe validates a contact's object ID as it appears in a URL path
|
||||
|
||||
Reference in New Issue
Block a user