Skip to content

Commit 989d0ef

Browse files
committed
Fix fmt
1 parent 1609c00 commit 989d0ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/storage/local_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ import (
1111
)
1212

1313
func TestLocalPathIsValid(t *testing.T) {
14-
var kases = []struct{
15-
path string
14+
kases := []struct {
15+
path string
1616
valid bool
17-
} {
17+
}{
1818
{
1919
"a/0/a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a14",
2020
true,

0 commit comments

Comments
 (0)