Skip to content

Commit

Permalink
Remove double trailing new line.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Dec 4, 2017
1 parent 605dc54 commit 5053121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Components/Wrapper/ComposerJson.php
Expand Up @@ -51,6 +51,6 @@ public function __toString()
return json_encode(
iterator_to_array($this),
JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES
) . "\n";
);
}
}

0 comments on commit 5053121

Please sign in to comment.