Skip to content

Commit

Permalink
Format Rust code using rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 21, 2024
1 parent 7fd09ba commit 0095da2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions funds-manager/src/db/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,4 @@ diesel::table! {
}
}

diesel::allow_tables_to_appear_in_same_query!(
fees,
indexing_metadata,
wallets,
);
diesel::allow_tables_to_appear_in_same_query!(fees, indexing_metadata, wallets,);

0 comments on commit 0095da2

Please sign in to comment.