avoid 'cargo fmt' diffs in generated code
@ -12,4 +12,4 @@ pub struct SockKey {
#[cfg(feature = "user")]
unsafe impl aya::Pod for SockKey {}
{%- endif -%}
@ -1,4 +1,4 @@
use aya::{Bpf, include_bytes_aligned};
use aya::{include_bytes_aligned, Bpf};
{% case program_type -%}
{%- when "kprobe", "kretprobe" -%}
use aya::programs::KProbe;