Skip to content

Commit

Permalink
Applying style patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Sik committed Oct 27, 2015
1 parent e964629 commit f574942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app/Http/Transformers/BaseTransformer.php
Expand Up @@ -60,7 +60,7 @@ public function transformCollection($collection)
*/
public function transformItem($item)
{
if(is_null($item)) {
if (is_null($item)) {
return $item;
}

Expand Down

0 comments on commit f574942

Please sign in to comment.