format chore

This commit is contained in:
2025-10-13 19:11:59 +05:30
parent 69d8669e44
commit b34f7dd68a
2 changed files with 8 additions and 2 deletions

View File

@ -11,6 +11,7 @@ from pythonbpf.maps import HashMap
# We can allow bitcasts in cases where the width of the types is the same in
# the future. But for now, we do not allow any re-interpretation of variables.
@bpf
@map
def last() -> HashMap: