瀏覽代碼

cargo fmt

Tamir Duberstein 5 月之前
父節點
當前提交
a77db17ec8
共有 1 個文件被更改,包括 3 次插入1 次删除
  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,