Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
Cleaned up the timer output
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterclaerhout committed Oct 18, 2019
1 parent b3abd57 commit 1b9871b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/common/timer.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ func (t *Timer) StartTimer() {

// PrintElapsed prints the elapsed time to stdout
func (t *Timer) PrintElapsed(prefix string) {
log.Info("\n", prefix, time.Since(t.start))
log.Info("\n"+prefix, time.Since(t.start))
}

0 comments on commit 1b9871b

Please sign in to comment.