Skip to content

Commit 9d2600c

Browse files
committed
lint
1 parent a0e84d4 commit 9d2600c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/xt/xt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func Extract(job *Job) {
5757
}
5858

5959
func (j *Job) setupProgress() {
60-
every := float64(5)
60+
every := float64(5) //nolint:mnd
6161

6262
isTerm := term.IsTerminal(int(os.Stdout.Fd()))
6363
if isTerm {

0 commit comments

Comments
 (0)