Skip to content

Commit

Permalink
Make testing on Windows easier
Browse files Browse the repository at this point in the history
  • Loading branch information
nbish11 committed Jun 29, 2018
1 parent a68b877 commit 338bfd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ChangelogGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ private function collectIssues($lastReleaseDate)
private function getHeaderForType($type)
{
if (isset($this->typeHeadings[$type])) {
return sprintf($this->typeHeadings[$type]) . PHP_EOL;
return sprintf($this->typeHeadings[$type]) . "\n";
}

// fabricate a header based on the type name
Expand Down

0 comments on commit 338bfd5

Please sign in to comment.