소스 검색

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,