Skip to content

Commit 8bf0123

Browse files
Fmt
1 parent b45cd17 commit 8bf0123

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/datafusion-app/src/extensions/deltalake.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ impl TableProviderFactory for DeltaTableFactory {
5858
_ctx: &dyn Session,
5959
cmd: &CreateExternalTable,
6060
) -> datafusion::error::Result<Arc<dyn datafusion::catalog::TableProvider>> {
61-
let table_url = ensure_table_uri(&cmd.location)
62-
.map_err(|e| DataFusionError::External(Box::new(e)))?;
61+
let table_url =
62+
ensure_table_uri(&cmd.location).map_err(|e| DataFusionError::External(Box::new(e)))?;
6363

6464
let provider = if cmd.options.is_empty() {
6565
deltalake::open_table(table_url)

0 commit comments

Comments
 (0)