Skip to content

Commit

Permalink
Adapting code for Emojis following Gitlab 9 migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
moufmouf committed Jun 12, 2017
1 parent a01b046 commit 9c1654a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gitlab/Message.php
Expand Up @@ -90,7 +90,7 @@ private function getDifferencesHtml(array $differences, string $commitId, string
} else {
$differenceCol = '<em>New</em>';
// For new rows, let's display an emoji
$crapScoreEmoji = $crapScoreEmojiGenerator->getEmoji($difference->getCrapScore());
$crapScoreEmoji = ' '.$crapScoreEmojiGenerator->getEmoji($difference->getCrapScore());
}

if ($difference->getFile() !== null) {
Expand Down

0 comments on commit 9c1654a

Please sign in to comment.