@@ -149,9 +149,9 @@ |
||
| 149 | 149 | |
| 150 | 150 | // combine all the parts to create a new commit message |
| 151 | 151 | $msgText = $msgData[self::TARGET_SUBJECT] . PHP_EOL |
| 152 | - . PHP_EOL |
|
| 153 | - . $msgData[self::TARGET_BODY] . PHP_EOL |
|
| 154 | - . $msg->getComments(); |
|
| 152 | + . PHP_EOL |
|
| 153 | + . $msgData[self::TARGET_BODY] . PHP_EOL |
|
| 154 | + . $msg->getComments(); |
|
| 155 | 155 | |
| 156 | 156 | return new CommitMessage($msgText, $msg->getCommentCharacter()); |
| 157 | 157 | } |