Run make fmt

This commit is contained in:
Michael Mayer 2021-08-13 20:50:49 +02:00
parent 6726a9ef2f
commit 28a4ed88c4

View file

@ -1,9 +1,10 @@
package query
import (
"github.com/photoprism/photoprism/internal/entity"
"testing"
"github.com/photoprism/photoprism/internal/entity"
"github.com/stretchr/testify/assert"
)