Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
pythops committed Sep 28, 2024
1 parent eea3628 commit b2f8742
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aya/src/programs/cgroup_device.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
//! Cgroup device programs.

use log::warn;
use std::os::fd::AsFd;

use log::warn;

use crate::{
generated::{bpf_attach_type::BPF_CGROUP_DEVICE, bpf_prog_type::BPF_PROG_TYPE_CGROUP_DEVICE},
programs::{
Expand Down

0 comments on commit b2f8742

Please sign in to comment.