Skip to content

Commit

Permalink
Fix: Run 'make cs'
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jan 4, 2018
1 parent ab50fb3 commit 435c4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Printer.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public function print(string $original, bool $unEscapeUnicode, bool $unEscapeSla
}
} else {
/**
* Collapse empty {} and []
* Collapse empty {} and [].
*/
$printed = \rtrim($printed);
}
Expand Down

0 comments on commit 435c4e1

Please sign in to comment.