Missing space
This commit is contained in:
parent
47024680ff
commit
b761ae30ce
@ -58,7 +58,7 @@ public class WinStreakSummaryComponent extends GameSummaryComponent<Pair<Long, L
|
||||
public List<String> getHoverText(Pair<Long, Long> data)
|
||||
{
|
||||
return Arrays.asList(
|
||||
C.cGray + "Current Streak" + F.count(String.valueOf(data.getLeft())),
|
||||
C.cGray + "Current Streak " + F.count(String.valueOf(data.getLeft())),
|
||||
C.cGray + "Best Streak " + F.count(String.valueOf(data.getRight()))
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user