mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-04 04:04:00 +00:00
fix lint
This commit is contained in:
@@ -74,7 +74,7 @@ func main() {
|
||||
"\tMinimum Latency: %s\n"+
|
||||
"\tMaximum Latency: %s\n"+
|
||||
"\tAverage Latency: %s\n"+
|
||||
"\tStandard Deviation: %s\n\n", r.ID, r.Connections, r.Rate, r.Size, len(r.All), r.NegativeCount, r.Min, r.Max, r.Avg, r.StdDev)
|
||||
"\tStandard Deviation: %s\n\n", r.ID, r.Connections, r.Rate, r.Size, len(r.All), r.NegativeCount, r.Min, r.Max, r.Avg, r.StdDev) //nolint:lll
|
||||
|
||||
}
|
||||
fmt.Printf("Total Invalid Tx: %d\n", rs.ErrorCount())
|
||||
|
||||
Reference in New Issue
Block a user