Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-chambers committed Jul 31, 2024
1 parent 873e9ed commit b13a31c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
7 changes: 1 addition & 6 deletions crates/ndc-clickhouse/src/connector.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
pub mod handler;
pub mod state;

use std::{
collections::BTreeMap,
env,
path::Path,
str::FromStr,
};
use std::{collections::BTreeMap, env, path::Path, str::FromStr};
use tokio::fs;

use async_trait::async_trait;
Expand Down
3 changes: 1 addition & 2 deletions crates/ndc-clickhouse/src/sql/query_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -849,8 +849,7 @@ impl<'r, 'c> QueryBuilder<'r, 'c> {
*name_index += 1;

let relationship = self.collection_relationship(relationship)?;
let relationship_collection =
CollectionContext::from_relationship(relationship, arguments);
let relationship_collection = CollectionContext::from_relationship(relationship, arguments);

let mut join_expr = relationship
.column_mapping
Expand Down

0 comments on commit b13a31c

Please sign in to comment.