Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zbateson committed Jun 19, 2018
1 parent 5485758 commit 8c77bfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/UUStreamDecorator.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ private function writeUUHeader()
*/
private function writeUUFooter()
{
$this->writeRaw("\r\n`\r\nend\r\n");
$this->footerWritten = true;
$this->writeRaw("\r\n`\r\nend\r\n");
$this->footerWritten = true;
}

/**
Expand Down

0 comments on commit 8c77bfc

Please sign in to comment.