Skip to content

Commit

Permalink
fixup: auto format Rust code
Browse files Browse the repository at this point in the history
  • Loading branch information
oak-code-formatter committed Nov 17, 2023
1 parent b55d608 commit 3581e1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pallets/automation-time/src/fees.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,8 @@ mod tests {
}

#[test]
fn call_pay_checked_fees_for_with_normal_flow_and_foreign_schedule_fee_will_throw_insufficent_balance() {
fn call_pay_checked_fees_for_with_normal_flow_and_foreign_schedule_fee_will_throw_insufficent_balance(
) {
new_test_ext(0).execute_with(|| {
let destination = MultiLocation::new(1, X1(Parachain(PARA_ID)));
let alice = AccountId32::new(ALICE);
Expand Down

0 comments on commit 3581e1a

Please sign in to comment.