Skip to content

Commit

Permalink
golint
Browse files Browse the repository at this point in the history
  • Loading branch information
drewmullen committed Mar 25, 2024
1 parent 967e490 commit fa2ff1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/batch/findv2.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func ListJobDefinitionsV2ByNameWithStatus(ctx context.Context, conn *batch.Clien
out = append(out, page.JobDefinitions...)
}

if out == nil || len(out) == 0 {
if len(out) == 0 {
return nil, tfresource.NewEmptyResultError(input)
}

Expand Down

0 comments on commit fa2ff1d

Please sign in to comment.