Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
Hectorhammett committed Sep 16, 2024
1 parent 953efb7 commit eba9861
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/HttpHandler/HttpHandlerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public static function build(
$logger = $logger ?? ApplicationDefaultCredentials::getDefaultLogger();
}


$version = null;
if (defined('GuzzleHttp\ClientInterface::MAJOR_VERSION')) {
$version = ClientInterface::MAJOR_VERSION;
Expand Down

0 comments on commit eba9861

Please sign in to comment.