Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tamird committed Nov 21, 2024
1 parent a167550 commit a77db17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aya/src/maps/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,9 @@ pub enum MapError {
ProgIdNotSupported,

/// Unsupported Map type
#[error("type of {name} ({map_type:?}) is unsupported; see `EbpfLoader::allow_unsupported_maps`")]
#[error(
"type of {name} ({map_type:?}) is unsupported; see `EbpfLoader::allow_unsupported_maps`"
)]
Unsupported {
/// Map name
name: String,
Expand Down

0 comments on commit a77db17

Please sign in to comment.