Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Phillips <[email protected]>
  • Loading branch information
spiffcs committed Mar 21, 2024
1 parent d6db34f commit c9197a3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cmd/grant/cli/internal/list/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,8 @@ func (r *Report) renderCSV() error {
return err
}
}
if err := writer.Error(); err != nil {
return err
}
return nil

return writer.Error()
}

func getResponse(r *Report) Response {
Expand Down

0 comments on commit c9197a3

Please sign in to comment.