runs rustfmt, removes unused imports
This commit is contained in:
@@ -30,8 +30,4 @@ table! {
|
||||
joinable!(looted -> items (item_id));
|
||||
joinable!(looted -> players (player_id));
|
||||
|
||||
allow_tables_to_appear_in_same_query!(
|
||||
items,
|
||||
looted,
|
||||
players,
|
||||
);
|
||||
allow_tables_to_appear_in_same_query!(items, looted, players,);
|
||||
|
||||
Reference in New Issue
Block a user