From 9cd7ba61e8dfd123ad1b1228331690f06161d081 Mon Sep 17 00:00:00 2001 From: David Windsor Date: Tue, 23 Jan 2024 10:52:48 -0500 Subject: [PATCH] Whitespace Signed-off-by: David Windsor --- pkg/sensors/tracing/kprobe_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/sensors/tracing/kprobe_test.go b/pkg/sensors/tracing/kprobe_test.go index 84b86326fdd..a4896ceba51 100644 --- a/pkg/sensors/tracing/kprobe_test.go +++ b/pkg/sensors/tracing/kprobe_test.go @@ -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") }