Fix goimports
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2021-05-31 21:05:14 +02:00
parent 9a2655dbf1
commit 8a1e98a7f2
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 1 deletions

View File

@ -17,9 +17,10 @@
package memory
import (
e "code.vikunja.io/api/pkg/modules/keyvalue/error"
"reflect"
"sync"
e "code.vikunja.io/api/pkg/modules/keyvalue/error"
)
// Storage is the memory implementation of a storage backend