1
0

fix: lint

This commit is contained in:
kolaente
2023-09-01 08:39:12 +02:00
parent 5c6c6cd9f0
commit e4c71123ef
6 changed files with 16 additions and 20 deletions

View File

@ -1,5 +1,5 @@
// Vikunja is a to-do list application to facilitate your life.
// Copyright 2018-2023 Vikunja and contributors. All rights reserved.
// Copyright 2018-present Vikunja and contributors. All rights reserved.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public Licensee as published by
@ -20,13 +20,13 @@ import (
"crypto/sha256"
"crypto/subtle"
"encoding/hex"
"golang.org/x/crypto/pbkdf2"
"time"
"code.vikunja.io/api/pkg/db"
"code.vikunja.io/api/pkg/utils"
"code.vikunja.io/web"
"golang.org/x/crypto/pbkdf2"
"xorm.io/xorm"
)