more tabs to spaces

This commit is contained in:
2018-06-20 22:31:06 -07:00
parent 25a2c19ecb
commit a03ba9a883
2 changed files with 92 additions and 92 deletions

View File

@ -75,6 +75,6 @@ public class OANDATickEvent extends TickEvent {
}
public String toString() {
return String.format("OANDATickEvent[%s,%s,%s]", getTime(), getInstrument(), getMid());
return String.format("OANDATickEvent[%s, %s, %s]", getTime(), getInstrument(), getMid());
}
}