Skip to content

Commit

Permalink
Fix formatting. (paritytech#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomusdrw authored and serban300 committed Apr 9, 2024
1 parent 4e8b770 commit 6c4775e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bridges/relays/utils/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ macro_rules! bail_on_error {
match $result {
(client, Ok(result)) => (client, result),
(client, Err(error)) => return (client, Err(error)),
}
}
};
}

Expand All @@ -94,7 +94,7 @@ macro_rules! bail_on_arg_error {
match $result {
Ok(result) => result,
Err(error) => return ($client, Err(error)),
}
}
};
}

Expand Down

0 comments on commit 6c4775e

Please sign in to comment.