From f9040b402d3031745bbf57975c83514bfbf9e5d9 Mon Sep 17 00:00:00 2001 From: Erwan Martin Date: Wed, 22 Mar 2023 22:11:50 +0100 Subject: [PATCH] fix: lint --- pkg/routes/caldav/listStorageProvider.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/routes/caldav/listStorageProvider.go b/pkg/routes/caldav/listStorageProvider.go index 1a0f7e0a4c9..236d9a2be50 100644 --- a/pkg/routes/caldav/listStorageProvider.go +++ b/pkg/routes/caldav/listStorageProvider.go @@ -17,7 +17,6 @@ package caldav import ( - "golang.org/x/exp/slices" "strconv" "strings" "time" @@ -30,6 +29,7 @@ import ( "code.vikunja.io/web" "github.com/samedi/caldav-go/data" "github.com/samedi/caldav-go/errs" + "golang.org/x/exp/slices" "xorm.io/xorm" )