Skip to content

Commit c571005

Browse files
committed
Intentionally cause cargo fmt to fail in nightly
1 parent e58e086 commit c571005

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/catalog.rs

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

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

0 commit comments

Comments
 (0)