Skip to content

Commit

Permalink
Minor bugfix, added the new lines at the end of the file again.
Browse files Browse the repository at this point in the history
  • Loading branch information
dverkade committed Apr 14, 2017
1 parent d50a764 commit 343f306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/internal/Magento/Framework/Archive/Helper/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -297,4 +297,4 @@ protected function _checkFileOpened()
throw new LocalizedException(new \Magento\Framework\Phrase('File not opened'));
}
}
}
}
2 changes: 1 addition & 1 deletion lib/internal/Magento/Framework/Archive/Helper/File/Gz.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ protected function _close()
{
gzclose($this->_fileHandler);
}
}
}

0 comments on commit 343f306

Please sign in to comment.