summaryrefslogtreecommitdiff
path: root/src/schema.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/schema.rs')
-rw-r--r--src/schema.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/schema.rs b/src/schema.rs
index 055d6d0..809706c 100644
--- a/src/schema.rs
+++ b/src/schema.rs
@@ -14,4 +14,7 @@ table! {
}
}
-allow_tables_to_appear_in_same_query!(config, users,);
+allow_tables_to_appear_in_same_query!(
+ config,
+ users,
+);