Skip to content

Commit c24be4d

Browse files
committed
Lint files in macro package
1 parent e34665b commit c24be4d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/macros/src/attribute/with_components/components.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ impl AllowedComponents {
4343
"EthAccount" => Ok(AllowedComponents::EthAccount),
4444
"SRC9" => Ok(AllowedComponents::SRC9),
4545
"AccessControl" => Ok(AllowedComponents::AccessControl),
46-
"AccessControlDefaultAdminRules" => Ok(AllowedComponents::AccessControlDefaultAdminRules),
46+
"AccessControlDefaultAdminRules" => {
47+
Ok(AllowedComponents::AccessControlDefaultAdminRules)
48+
}
4749
"Ownable" => Ok(AllowedComponents::Ownable),
4850
"Vesting" => Ok(AllowedComponents::Vesting),
4951
"SRC5" => Ok(AllowedComponents::SRC5),

0 commit comments

Comments
 (0)