TrueFXTickEvent: add whitespace in toString() output
This commit is contained in:
@ -92,6 +92,6 @@ public class TrueFXTickEvent extends TickEvent {
|
||||
* Return a human readable representation of this event.
|
||||
*/
|
||||
public String toString() {
|
||||
return String.format("TrueFXTickEvent[%s,%s,%s]", time, instrument, getMid());
|
||||
return String.format("TrueFXTickEvent[%s, %s, %s]", time, instrument, getMid());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user