format chore

Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
This commit is contained in:
2025-10-08 05:16:36 +05:30
parent a27360482b
commit a3443ab1d5
2 changed files with 3 additions and 4 deletions

View File

@ -10,7 +10,7 @@ def hello_world(ctx: c_void_p) -> c_int64:
@bpf
@section("kprobe/do_unlinkat")
def hello_world(ctx: c_void_p) -> c_int64:
def hello_world2(ctx: c_void_p) -> c_int64:
print("Hello, World!")
return c_int64(0)