Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-fleming committed Nov 19, 2023
1 parent 7ce2616 commit d46b75e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/introspection/src5.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ mod SRC5Component {
}

// Registers the given interfaces as supported by the contract.
fn register_interfaces(ref self: ComponentState<TContractState>, mut interface_ids: Span<felt252>) {
fn register_interfaces(
ref self: ComponentState<TContractState>, mut interface_ids: Span<felt252>
) {
loop {
if interface_ids.len() == 0 {
break;
Expand Down

0 comments on commit d46b75e

Please sign in to comment.