Fix goimports
This commit is contained in:
parent
9a2655dbf1
commit
8a1e98a7f2
1 changed files with 2 additions and 1 deletions
|
@ -17,9 +17,10 @@
|
||||||
package memory
|
package memory
|
||||||
|
|
||||||
import (
|
import (
|
||||||
e "code.vikunja.io/api/pkg/modules/keyvalue/error"
|
|
||||||
"reflect"
|
"reflect"
|
||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
|
e "code.vikunja.io/api/pkg/modules/keyvalue/error"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Storage is the memory implementation of a storage backend
|
// Storage is the memory implementation of a storage backend
|
||||||
|
|
Loading…
Reference in a new issue