Run make fmt
This commit is contained in:
parent
6726a9ef2f
commit
28a4ed88c4
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
package query
|
package query
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/photoprism/photoprism/internal/entity"
|
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
|
"github.com/photoprism/photoprism/internal/entity"
|
||||||
|
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue