@@ -89,7 +89,7 @@ |
||
89 | 89 | |
90 | 90 | public function save() |
91 | 91 | { |
92 | - $this->getFile()->write($this->renderFile() . "\n"); |
|
92 | + $this->getFile()->write($this->renderFile()."\n"); |
|
93 | 93 | } |
94 | 94 | |
95 | 95 | public function setRelease($release = null, $branch = '') |