Browse Source

cargo fmt

Tamir Duberstein 5 tháng trước cách đây
mục cha
commit
a77db17ec8
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      aya/src/maps/mod.rs

+ 3 - 1
aya/src/maps/mod.rs

@@ -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,