Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
taikulawo committed Jul 14, 2023
1 parent 68795c2 commit 7b7d0c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libbpf-cargo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ mod test;
#[derive(Error, Debug)]
pub enum Error {
#[error("Error building BPF object file {0}")]
Build(#[source]anyhow::Error),
Build(#[source] anyhow::Error),
#[error("Error generating skeleton {0}")]
Generate(#[source]anyhow::Error),
Generate(#[source] anyhow::Error),
}

pub type Result<T> = result::Result<T, Error>;
Expand Down

0 comments on commit 7b7d0c1

Please sign in to comment.