Skip to content

Commit

Permalink
prevent early return
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Wang <[email protected]>
  • Loading branch information
joshdabosh committed Jul 31, 2024
1 parent 2dbe8b5 commit 312c073
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/keyloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ func loadVerifiers(ctx context.Context, so options.VerifierOptions, ko options.K
continue
}
verifiers = append(verifiers, s)
return verifiers, nil
}
}
}
Expand Down

0 comments on commit 312c073

Please sign in to comment.