Skip to content

Commit 5ffaa0f

Browse files
committed
chore: formatting
1 parent f129e39 commit 5ffaa0f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/schema.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,4 @@ diesel::table! {
2929
}
3030
}
3131

32-
diesel::allow_tables_to_appear_in_same_query!(
33-
sessions,
34-
tickets,
35-
users,
36-
);
32+
diesel::allow_tables_to_appear_in_same_query!(sessions, tickets, users,);

0 commit comments

Comments
 (0)