summaryrefslogtreecommitdiff
path: root/src/schema.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/schema.rs')
-rw-r--r--src/schema.rs7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/schema.rs b/src/schema.rs
index 8748f3c..e605bda 100644
--- a/src/schema.rs
+++ b/src/schema.rs
@@ -36,9 +36,4 @@ table! {
joinable!(strava_tokens -> users (username));
joinable!(tasks -> users (username));
-allow_tables_to_appear_in_same_query!(
- config,
- strava_tokens,
- tasks,
- users,
-);
+allow_tables_to_appear_in_same_query!(config, strava_tokens, tasks, users,);