Skip to content

Commit

Permalink
Run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Apr 17, 2020
1 parent 094cbbd commit 6feea52
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions diesel_cli/src/infer_schema_internals/information_schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ use super::inference;
use super::table_data::TableName;

pub trait UsesInformationSchema: Backend {
type TypeColumn: SelectableExpression<
self::information_schema::columns::table,
SqlType = sql_types::Text,
> + ValidGrouping<(), IsAggregate = is_aggregate::No>
type TypeColumn: SelectableExpression<self::information_schema::columns::table, SqlType = sql_types::Text>
+ ValidGrouping<(), IsAggregate = is_aggregate::No>
+ QueryId
+ QueryFragment<Self>;

Expand Down

0 comments on commit 6feea52

Please sign in to comment.