Tests: Run "make fmt"
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
3dfb1352bb
commit
a5dd49152d
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
package commands
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/photoprism/photoprism/pkg/capture"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestFindCommand(t *testing.T) {
|
||||
|
|
Loading…
Reference in a new issue