fix spacing
This commit is contained in:
parent
65f8fae67a
commit
883b8467b5
@ -462,7 +462,7 @@ var chainListCmd = &cli.Command{
|
|||||||
gasUsed += r.GasUsed
|
gasUsed += r.GasUsed
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("\ttipset: %d msgs, %d / %d (%0.2f%%)\n", len(msgs), gasUsed, limitSum, 100*float64(gasUsed)/float64(limitSum))
|
fmt.Printf("\ttipset: \t%d msgs, %d / %d (%0.2f%%)\n", len(msgs), gasUsed, limitSum, 100*float64(gasUsed)/float64(limitSum))
|
||||||
}
|
}
|
||||||
fmt.Println()
|
fmt.Println()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user