Skip to content

Commit e24f902

Browse files
committed
Apply nightly fmt
1 parent c571005 commit e24f902

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/catalog.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ use std::collections::HashSet;
2020
use std::sync::Arc;
2121

2222
use async_trait::async_trait;
23-
use datafusion::catalog::CatalogProvider;
24-
use datafusion::catalog::MemoryCatalogProvider;
25-
use datafusion::catalog::MemorySchemaProvider;
26-
use datafusion::catalog::SchemaProvider;
23+
use datafusion::catalog::{
24+
CatalogProvider, MemoryCatalogProvider, MemorySchemaProvider, SchemaProvider,
25+
};
2726
use datafusion::common::DataFusionError;
2827
use datafusion::datasource::TableProvider;
2928
use datafusion_ffi::schema_provider::{FFI_SchemaProvider, ForeignSchemaProvider};

0 commit comments

Comments
 (0)