more tabs to spaces
This commit is contained in:
@ -75,6 +75,6 @@ public class OANDATickEvent extends TickEvent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return String.format("OANDATickEvent[%s,%s,%s]", getTime(), getInstrument(), getMid());
|
return String.format("OANDATickEvent[%s, %s, %s]", getTime(), getInstrument(), getMid());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user