mirror of
https://github.com/nxshock/gwp.git
synced 2025-07-02 00:23:39 +05:00
Add space before speed field
This commit is contained in:
parent
bd74140174
commit
928cd97576
1 changed files with 1 additions and 1 deletions
2
gwp.go
2
gwp.go
|
@ -113,7 +113,7 @@ func (workerPool *WorkerPool) printProgress() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if workerPool.ShowSpeed {
|
if workerPool.ShowSpeed {
|
||||||
fmt.Fprintf(os.Stderr, "Speed: %.2f rps", workerPool.currentSpeed)
|
fmt.Fprintf(os.Stderr, " Speed: %.2f rps", workerPool.currentSpeed)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue