Skip to content

Commit a98cb88

Browse files
committed
Fix line too long.
1 parent 2a55b90 commit a98cb88

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Google/Client.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ public function __construct($config = null)
9292
}
9393

9494
if ($config->getIoClass() == Google_Config::USE_AUTO_IO_SELECTION) {
95-
if (function_exists('curl_version') && function_exists('curl_exec') && !$this->isAppEngine()) {
95+
if (function_exists('curl_version') && function_exists('curl_exec')
96+
&& !$this->isAppEngine()) {
9697
$config->setIoClass("Google_IO_Curl");
9798
} else {
9899
$config->setIoClass("Google_IO_Stream");

0 commit comments

Comments
 (0)