Skip to content

Commit

Permalink
Delete tailing spaces on blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
bastien-phi committed Oct 2, 2017
1 parent 018bac4 commit 3bb302f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Zttp.php
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ function __toString()
{
return $this->body();
}

function __call($method, $args)
{
if (static::hasMacro($method)) {
Expand Down

0 comments on commit 3bb302f

Please sign in to comment.