Skip to content

Commit

Permalink
Unncessary safeguard
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Mar 27, 2016
1 parent 3e8bbb8 commit d445728
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Cursor.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,6 @@ public function advance()
*/
public function advanceBy($characters, $advanceByColumns = false)
{
if ($characters === 0) {
return;
}

$this->previousPosition = $this->currentPosition;
$this->firstNonSpaceCache = null;

Expand Down

0 comments on commit d445728

Please sign in to comment.