1
0

fix(views): lint

This commit is contained in:
kolaente
2024-03-19 00:36:33 +01:00
parent f3cdd7d15f
commit 30b41bd143
8 changed files with 21 additions and 26 deletions

View File

@ -17,8 +17,9 @@
package models
import (
"code.vikunja.io/web"
"math"
"code.vikunja.io/web"
"xorm.io/xorm"
)