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