From 0f4584ef7a712e56cba416fade37b76b799bf137 Mon Sep 17 00:00:00 2001 From: pdliyan Date: Mon, 26 Jun 2023 15:12:32 +0800 Subject: [PATCH] remove whitespace. --- {{project-name}}/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/{{project-name}}/src/main.rs b/{{project-name}}/src/main.rs index 192112f..181927b 100644 --- a/{{project-name}}/src/main.rs +++ b/{{project-name}}/src/main.rs @@ -80,7 +80,6 @@ async fn main() -> Result<(), anyhow::Error> { warn!("cannot remove mem lock"); } - // This will include your eBPF object file as raw bytes at compile-time and load it at // runtime. This approach is recommended for most real-world use cases. If you would // like to specify the eBPF program at runtime rather than at compile-time, you can