Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: David Windsor <dawindso@cisco.com>
  • Loading branch information
dwindsor committed Jan 23, 2024
1 parent d02c9f2 commit 9cd7ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sensors/tracing/kprobe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5811,7 +5811,7 @@ func TestLinuxBinprmExtractPath(t *testing.T) {
if int(kprobe.ProcessKey.Pid) == tailCommand.Process.Pid && kprobe.FuncName == "security_bprm_check" {
return
}
}
}
}
t.Error("bprm error")
}
Expand Down

0 comments on commit 9cd7ba6

Please sign in to comment.