Skip to content

Commit 80c1fe3

Browse files
committed
try to fix CI
1 parent d3881b4 commit 80c1fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/profiling/task/oncpu/runner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func (r *Runner) Init(_ *base.ProfilingTask, processes []api.ProcessInterface) e
103103
return nil
104104
}
105105

106-
func (r *Runner) Run(ctx context.Context, notify base.ProfilingRunningSuccessNotify) error {
106+
func (r *Runner) Run(_ context.Context, notify base.ProfilingRunningSuccessNotify) error {
107107
// load bpf
108108
objs := bpfObjects{}
109109
spec, err := loadBpf()

0 commit comments

Comments
 (0)