Skip to content

Commit 89e0067

Browse files
author
Anton Evers
committed
PATCH-1 Revert "Make deployed_version.txt editor friendly"
This reverts commit 78aba16.
1 parent 78aba16 commit 89e0067

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/App/View/Deployment/Version/Storage

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/View/Deployment/Version/Storage/File.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function __construct(
4141
public function load()
4242
{
4343
if ($this->directory->isReadable($this->fileName)) {
44-
return trim($this->directory->readFile($this->fileName));
44+
return $this->directory->readFile($this->fileName);
4545
}
4646
return false;
4747
}

0 commit comments

Comments
 (0)