From 9681e4961b268b67450a407028ceb138330353ef Mon Sep 17 00:00:00 2001 From: Siddhant Khare Date: Wed, 16 Oct 2024 16:09:04 +0000 Subject: [PATCH] lint fix --- cmd/model/test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/model/test.go b/cmd/model/test.go index 0e703db..a3d97bc 100644 --- a/cmd/model/test.go +++ b/cmd/model/test.go @@ -58,9 +58,9 @@ var testCmd = &cobra.Command{ } suppressSummary, err := cmd.Flags().GetBool("suppress-summary") - if err != nil { - return err //nolint:wrapcheck - } + if err != nil { + return err //nolint:wrapcheck + } test, err := storetest.RunTests( fgaClient,