From eda08b05d73219e249cb0087df24ce78ec9514d2 Mon Sep 17 00:00:00 2001 From: Pragyansh Chaturvedi Date: Mon, 20 Oct 2025 02:04:38 +0530 Subject: [PATCH] lint fix to CMakeLists --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cf2236e..807ac3b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,8 +29,7 @@ pybind11_add_module( src/utils/struct_parser.cpp # Bindings - src/bindings/main.cpp -) + src/bindings/main.cpp) # --- libbpf build rules --- set(LIBBPF_SRC_DIR ${CMAKE_CURRENT_SOURCE_DIR}/libbpf/src)