Skip to content

Commit 7816b93

Browse files
ahh
1 parent 3fc72e5 commit 7816b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/authorizationmodel/read-from-input.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func ReadFromFile(
4242
*input = string(file)
4343

4444
// if the input format is set as the default, set it from the file extension (and default to fga)
45-
// nolint:staticcheck,exhaustive
45+
//nolint:staticcheck,exhaustive
4646
if *format == ModelFormatDefault {
4747
switch {
4848
case strings.HasSuffix(fileName, "fga.mod"):

0 commit comments

Comments
 (0)