Skip to content

Commit

Permalink
fix leading whitspace
Browse files Browse the repository at this point in the history
  • Loading branch information
ziel committed Sep 5, 2023
1 parent 95d64a5 commit a1b51d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/cosign/cli/attest/attest_blob_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ func TestAttestBlobCmdLocalKeyAndCert(t *testing.T) {

for predicateType, predicatePath := range predicates {
t.Run(predicateType, func(t *testing.T) {

ctx := context.Background()
for _, tc := range []struct {
name string
Expand Down Expand Up @@ -208,7 +207,6 @@ func TestAttestBlob(t *testing.T) {

for predicateType, predicatePath := range predicates {
t.Run(predicateType, func(t *testing.T) {

dssePath := filepath.Join(td, "dsse.intoto.jsonl")
at := AttestBlobCommand{
KeyOpts: options.KeyOpts{KeyRef: keyRef},
Expand Down

0 comments on commit a1b51d8

Please sign in to comment.