Skip to content

Commit 343f306

Browse files
committed
Minor bugfix, added the new lines at the end of the file again.
1 parent d50a764 commit 343f306

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/internal/Magento/Framework/Archive/Helper/File.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,4 +297,4 @@ protected function _checkFileOpened()
297297
throw new LocalizedException(new \Magento\Framework\Phrase('File not opened'));
298298
}
299299
}
300-
}
300+
}

lib/internal/Magento/Framework/Archive/Helper/File/Gz.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ protected function _close()
6666
{
6767
gzclose($this->_fileHandler);
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)