Skip to content

Commit 7b7d0c1

Browse files
committed
cargo fmt
1 parent 68795c2 commit 7b7d0c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libbpf-cargo/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ mod test;
8989
#[derive(Error, Debug)]
9090
pub enum Error {
9191
#[error("Error building BPF object file {0}")]
92-
Build(#[source]anyhow::Error),
92+
Build(#[source] anyhow::Error),
9393
#[error("Error generating skeleton {0}")]
94-
Generate(#[source]anyhow::Error),
94+
Generate(#[source] anyhow::Error),
9595
}
9696

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

0 commit comments

Comments
 (0)