Skip to content

Commit b11a0bd

Browse files
committed
quick fmt update
1 parent ef10507 commit b11a0bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

credentials/tls/certprovider/pemfile/watcher_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func compareKeyMaterial(got, want *certprovider.KeyMaterial) error {
6464
if gotR, wantR := got.Roots, want.Roots; !gotR.Equal(wantR) {
6565
return fmt.Errorf("keyMaterial roots = %v, want %v", gotR, wantR)
6666
}
67-
67+
6868
return nil
6969
}
7070

credentials/tls/certprovider/store_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func compareKeyMaterial(got, want *KeyMaterial) error {
163163
if gotR, wantR := got.Roots, want.Roots; !gotR.Equal(wantR) {
164164
return fmt.Errorf("keyMaterial roots = %v, want %v", gotR, wantR)
165165
}
166-
166+
167167
return nil
168168
}
169169

0 commit comments

Comments
 (0)