Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh committed Aug 16, 2023
1 parent dbbb2fe commit 213c794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/model/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ var testCmd = &cobra.Command{

writtenModel, err := Write(fgaClient, authModel)
if err != nil {
return err //nolint:wrapcheck
return err
}

modelID = writtenModel.AuthorizationModelId
Expand Down
2 changes: 1 addition & 1 deletion internal/authorizationmodel/read-from-input.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func ReadFromInputFileOrArg( //nolint:cyclop
return nil
}

func ReadFromInputFile( //nolint:
func ReadFromInputFile(
fileName string,
format *ModelFormat,
) (*string, error) {
Expand Down

0 comments on commit 213c794

Please sign in to comment.