fix: lint
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Erwan Martin 2023-03-22 22:11:50 +01:00
parent a1f25d3671
commit f9040b402d

View File

@ -17,7 +17,6 @@
package caldav package caldav
import ( import (
"golang.org/x/exp/slices"
"strconv" "strconv"
"strings" "strings"
"time" "time"
@ -30,6 +29,7 @@ import (
"code.vikunja.io/web" "code.vikunja.io/web"
"github.com/samedi/caldav-go/data" "github.com/samedi/caldav-go/data"
"github.com/samedi/caldav-go/errs" "github.com/samedi/caldav-go/errs"
"golang.org/x/exp/slices"
"xorm.io/xorm" "xorm.io/xorm"
) )