Skip to content

Commit

Permalink
prevent early return in verifier (#484)
Browse files Browse the repository at this point in the history
prevent early return

Signed-off-by: Joshua Wang <josh@joshdabo.sh>
  • Loading branch information
joshdabosh authored Aug 12, 2024
1 parent be251f6 commit 29117fc
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 29117fc

Please sign in to comment.