Run rustfmt on everything

This commit is contained in:
AppleTheGolden
2020-05-27 20:51:28 +02:00
parent c49f0ede16
commit 91274267e5
11 changed files with 54 additions and 34 deletions

View File

@@ -27,7 +27,4 @@ table! {
}
}
allow_tables_to_appear_in_same_query!(
mods,
versions,
);
allow_tables_to_appear_in_same_query!(mods, versions,);