Add space after timestamp

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-12-15 10:42:02 +01:00
parent a2ce534a25
commit 1dd6fca2e1

View File

@@ -79,7 +79,7 @@ public class TimestampPlugin extends Plugin
final String dateFormat = time.get(ChronoField.HOUR_OF_DAY) + ":" +
String.format("%02d", time.get(ChronoField.MINUTE_OF_HOUR));
String timestamp = "[" + dateFormat + "]";
String timestamp = "[" + dateFormat + "] ";
Color timestampColour = getTimestampColour();
if (timestampColour != null)