Skip to content

Commit

Permalink
fix leading whitspace
Browse files Browse the repository at this point in the history
Signed-off-by: Canaan Silberberg <csilberberg@etsy.com>
  • Loading branch information
ziel committed Sep 5, 2023
1 parent 8437e62 commit 3c374b9
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 3c374b9

Please sign in to comment.