Skip to content

Commit

Permalink
quick fmt update
Browse files Browse the repository at this point in the history
  • Loading branch information
miledxz committed Jan 12, 2024
1 parent ef10507 commit b11a0bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion credentials/tls/certprovider/pemfile/watcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func compareKeyMaterial(got, want *certprovider.KeyMaterial) error {
if gotR, wantR := got.Roots, want.Roots; !gotR.Equal(wantR) {
return fmt.Errorf("keyMaterial roots = %v, want %v", gotR, wantR)
}

return nil
}

Expand Down
2 changes: 1 addition & 1 deletion credentials/tls/certprovider/store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func compareKeyMaterial(got, want *KeyMaterial) error {
if gotR, wantR := got.Roots, want.Roots; !gotR.Equal(wantR) {
return fmt.Errorf("keyMaterial roots = %v, want %v", gotR, wantR)
}

return nil
}

Expand Down

0 comments on commit b11a0bd

Please sign in to comment.