indentation

pull/20903/head
Hannah Shi 5 years ago
parent 35c6369daa
commit 337f0c5b15
  1. 2
      src/php/lib/Grpc/BaseStub.php

@ -47,7 +47,7 @@ class BaseStub
$ssl_roots = file_get_contents( $ssl_roots = file_get_contents(
dirname(__FILE__).'/../../../../etc/roots.pem' dirname(__FILE__).'/../../../../etc/roots.pem'
); );
ChannelCredentials::setDefaultRootsPem($ssl_roots); ChannelCredentials::setDefaultRootsPem($ssl_roots);
} }
$this->hostname = $hostname; $this->hostname = $hostname;

Loading…
Cancel
Save