From b9bce0c426ab258f2c5891ac7eecd944f749e27c Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Wed, 1 Aug 2018 14:29:50 +0200 Subject: Run rustfmt on project. --- src/schema.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/schema.rs') diff --git a/src/schema.rs b/src/schema.rs index ad122fd..cff43ec 100644 --- a/src/schema.rs +++ b/src/schema.rs @@ -17,7 +17,4 @@ table! { } } -allow_tables_to_appear_in_same_query!( - posts, - users, -); +allow_tables_to_appear_in_same_query!(posts, users,); -- cgit v1.2.3