Skip to content

Commit e2efeff

Browse files
committed
lint
1 parent 935dcbd commit e2efeff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaletest/trafficgen/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func (r *Runner) Run(ctx context.Context, _ string, logs io.Writer) error {
9292
crw := countReadWriter{ReadWriter: conn, ctx: deadlineCtx}
9393

9494
// Create a ticker for sending data to the PTY.
95-
tick := time.NewTicker(time.Duration(tickInterval))
95+
tick := time.NewTicker(tickInterval)
9696
defer tick.Stop()
9797

9898
// Now we begin writing random data to the pty.

0 commit comments

Comments
 (0)