diff --git a/library/Jira/RestApi.php b/library/Jira/RestApi.php index 872ebe4..e5108c7 100644 --- a/library/Jira/RestApi.php +++ b/library/Jira/RestApi.php @@ -450,8 +450,8 @@ protected function request($method, $url, $body = null) CURLOPT_SSL_VERIFYHOST => false, CURLOPT_SSL_VERIFYPEER => false, ); - - if($this->proxy) { + + if ($this->proxy) { $opts[CURLOPT_PROXY] = $this->proxy; }