Skip to content

Commit 55fc36d

Browse files
committed
Properly format #2988
1 parent c18e9bb commit 55fc36d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dnscrypt-proxy/xtransport.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,9 @@ func (xTransport *XTransport) rebuildTransport() {
302302
if err != nil {
303303
dlog.Fatalf("Unable to read rootCA file [%s]: %v", clientCreds.rootCA, err)
304304
}
305-
if ok := certPool.AppendCertsFromPEM(additionalCaCert); !ok {
306-
dlog.Fatalf("No valid certificates found in rootCA file [%s]", clientCreds.rootCA)
307-
}
305+
if ok := certPool.AppendCertsFromPEM(additionalCaCert); !ok {
306+
dlog.Fatalf("No valid certificates found in rootCA file [%s]", clientCreds.rootCA)
307+
}
308308
}
309309

310310
if certPool != nil {

0 commit comments

Comments
 (0)