We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01b046 commit 9c1654aCopy full SHA for 9c1654a
src/Gitlab/Message.php
@@ -90,7 +90,7 @@ private function getDifferencesHtml(array $differences, string $commitId, string
90
} else {
91
$differenceCol = '<em>New</em>';
92
// For new rows, let's display an emoji
93
- $crapScoreEmoji = $crapScoreEmojiGenerator->getEmoji($difference->getCrapScore());
+ $crapScoreEmoji = ' '.$crapScoreEmojiGenerator->getEmoji($difference->getCrapScore());
94
}
95
96
if ($difference->getFile() !== null) {
0 commit comments