Skip to content

Commit

Permalink
gofmt -s fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Steindler <[email protected]>
  • Loading branch information
steiza committed Jul 3, 2024
1 parent ccd6171 commit 1629e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cosign/cli/attest/attest_blob.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ func makeNewBundle(rekorEntry *models.LogEntryAnon, payload, sig, signer, timest
Payload: payload,
PayloadType: payloadType,
Signatures: []*protodsse.Signature{
&protodsse.Signature{
{
Sig: sig,
},
},
Expand Down

0 comments on commit 1629e5c

Please sign in to comment.