Skip to content

Commit

Permalink
reformat style
Browse files Browse the repository at this point in the history
  • Loading branch information
chungquantin committed Jul 28, 2024
1 parent 051f27c commit 1a7bc69
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions runtime/devnet/src/config/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ impl Contains<RuntimeCall> for AllowedApiCalls {
matches!(
c,
RuntimeCall::Fungibles(
transfer { .. }
| transfer_from { .. } | approve { .. }
| increase_allowance { .. }
| decrease_allowance { .. })
transfer { .. }
| transfer_from { .. }
| approve { .. } | increase_allowance { .. }
| decrease_allowance { .. }
)
)
}
}
Expand Down

0 comments on commit 1a7bc69

Please sign in to comment.