Skip to content

Commit 620c6e6

Browse files
committed
lints
1 parent c256dad commit 620c6e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/schema/type_check.go

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ func (ts *TypeSystem) getTypesForInfo(ctx context.Context, defName string, rel *
5252
// It's a wildcard, so all things of that type count
5353
out.Add(dr.GetNamespace())
5454
}
55-
5655
}
5756
return out, nil
5857
}

pkg/schema/type_check_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ import (
55
"fmt"
66
"testing"
77

8-
"github.com/authzed/spicedb/pkg/schemadsl/compiler"
98
"github.com/stretchr/testify/require"
9+
10+
"github.com/authzed/spicedb/pkg/schemadsl/compiler"
1011
)
1112

1213
func TestTypechecking(t *testing.T) {

0 commit comments

Comments
 (0)