Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Equanox committed Feb 10, 2023
1 parent 52d41e2 commit 3ec70a9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bob/playbook/summary.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package playbook

import (
"fmt"
"time"

"github.com/benchkram/bob/bobtask/processed"
"github.com/benchkram/bob/pkg/boblog"
Expand Down Expand Up @@ -38,8 +37,3 @@ func (p *Playbook) summary(processedTasks []*processed.Task) {
}
boblog.Log.V(1).Info("")
}

func printBuildDetails(name string, pad int, duration time.Duration) {
d := fmt.Sprintf("\t(%s)", format.DisplayDuration(duration))
boblog.Log.V(1).Info(fmt.Sprintf(" %-*s %s", pad, name, d))
}

0 comments on commit 3ec70a9

Please sign in to comment.