Run "make fmt"

This commit is contained in:
Michael Mayer 2021-08-28 13:55:37 +02:00
parent 630a599955
commit 327cd20a50
8 changed files with 16 additions and 8 deletions

View file

@ -1,8 +1,9 @@
package entity package entity
import ( import (
"github.com/stretchr/testify/assert"
"testing" "testing"
"github.com/stretchr/testify/assert"
) )
func TestFaceMap_Get(t *testing.T) { func TestFaceMap_Get(t *testing.T) {

View file

@ -1,8 +1,9 @@
package entity package entity
import ( import (
"github.com/stretchr/testify/assert"
"testing" "testing"
"github.com/stretchr/testify/assert"
) )
func TestFace_TableName(t *testing.T) { func TestFace_TableName(t *testing.T) {

View file

@ -1,8 +1,9 @@
package entity package entity
import ( import (
"github.com/stretchr/testify/assert"
"testing" "testing"
"github.com/stretchr/testify/assert"
) )
func TestFaces_Embeddings(t *testing.T) { func TestFaces_Embeddings(t *testing.T) {

View file

@ -1,8 +1,9 @@
package entity package entity
import ( import (
"github.com/stretchr/testify/assert"
"testing" "testing"
"github.com/stretchr/testify/assert"
) )
func TestFileMap_Get(t *testing.T) { func TestFileMap_Get(t *testing.T) {

View file

@ -1,9 +1,10 @@
package entity package entity
import ( import (
"testing"
"github.com/photoprism/photoprism/internal/form" "github.com/photoprism/photoprism/internal/form"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"testing"
) )
func TestMarker_TableName(t *testing.T) { func TestMarker_TableName(t *testing.T) {

View file

@ -1,8 +1,9 @@
package entity package entity
import ( import (
"github.com/stretchr/testify/assert"
"testing" "testing"
"github.com/stretchr/testify/assert"
) )
func TestPasswordMap_Get(t *testing.T) { func TestPasswordMap_Get(t *testing.T) {

View file

@ -1,8 +1,9 @@
package entity package entity
import ( import (
"github.com/stretchr/testify/assert"
"testing" "testing"
"github.com/stretchr/testify/assert"
) )
func TestSubjectMap_Get(t *testing.T) { func TestSubjectMap_Get(t *testing.T) {

View file

@ -1,8 +1,9 @@
package entity package entity
import ( import (
"github.com/stretchr/testify/assert"
"testing" "testing"
"github.com/stretchr/testify/assert"
) )
func TestUserMap_Get(t *testing.T) { func TestUserMap_Get(t *testing.T) {