Skip to content

Commit

Permalink
fixed fmt error
Browse files Browse the repository at this point in the history
Signed-off-by: neilnaveen <42328488+neilnaveen@users.noreply.github.com>
  • Loading branch information
neilnaveen committed Nov 20, 2023
1 parent b2171bf commit 41c3b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signerverifier/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func LoadKeyFromSSLibBytes(contents []byte) (*SSLibKey, error) {
var key *SSLibKey
if err := json.Unmarshal(contents, &key); err != nil {
return LoadRSAPSSKeyFromBytes(contents)
}
}
if len(key.KeyID) == 0 {
keyID, err := calculateKeyID(key)
if err != nil {
Expand Down

0 comments on commit 41c3b9b

Please sign in to comment.