Skip to content

Commit 4e8308c

Browse files
LynesthAydinHassan
authored andcommitted
Remove mandatory space from marker
1 parent e0f498c commit 4e8308c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MenuItem/SelectableTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ trait SelectableTrait
3030
*/
3131
public function getRows(MenuStyle $style, bool $selected = false) : array
3232
{
33-
$marker = sprintf("%s ", $style->getMarker($selected));
33+
$marker = sprintf("%s", $style->getMarker($selected));
3434

3535
$length = $style->getDisplaysExtra()
3636
? $style->getContentWidth() - (mb_strlen($style->getItemExtra()) + 2)

0 commit comments

Comments
 (0)