mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Backend: Format go imports
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
package entity
|
||||
|
||||
import (
|
||||
"github.com/stretchr/testify/assert"
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func TestNewPassword(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user