Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Peyton-McKee committed Jan 14, 2025
1 parent 2201748 commit a0ae41c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scylla-server/src/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,4 @@ diesel::table! {
diesel::joinable!(data -> data_type (dataTypeName));
diesel::joinable!(data -> run (runId));

diesel::allow_tables_to_appear_in_same_query!(
data,
data_type,
run,
);
diesel::allow_tables_to_appear_in_same_query!(data, data_type, run,);

0 comments on commit a0ae41c

Please sign in to comment.