Revert "format chore"

This reverts commit a3443ab1d5.
This commit is contained in:
2025-10-08 05:17:59 +05:30
parent a3443ab1d5
commit 976af290af
2 changed files with 4 additions and 3 deletions

View File

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