fix text separators
This commit is contained in:
parent
0b68cb80bf
commit
3695f2704b
@ -53,7 +53,7 @@ type textEmitter struct {
|
||||
}
|
||||
|
||||
func (t *textEmitter) Emit(summary *auctionsim.ResultSummary) {
|
||||
if t.notFirst {
|
||||
if !t.notFirst {
|
||||
fmt.Println()
|
||||
fmt.Println("-----------------")
|
||||
fmt.Println()
|
||||
|
Loading…
Reference in New Issue
Block a user