Skip to content

Commit

Permalink
fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
znarf committed Aug 22, 2014
1 parent d0f2e78 commit db8b3b2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions lib/Eyeem/Http.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@ public static function request($options = array())
} elseif (isset($clientId)) {
$headers[] = "X-Client-Id: $clientId";
}

if($header)
{
$headers = array_merge($headers, $header);
// Extra Header
if ($header) {
$headers = array_merge($headers, $header);
}

// Parameters
if (!empty($params)) {
switch ($method) {
Expand Down

0 comments on commit db8b3b2

Please sign in to comment.