Skip to content

Commit e5c95b7

Browse files
omkar-fossLiam Brannigan
authored andcommitted
chore: re-run cargo fmt
Signed-off-by: Omkar P <[email protected]> Signed-off-by: Liam Brannigan <[email protected]>
1 parent c412540 commit e5c95b7

File tree

1 file changed

+2
-1
lines changed
  • crates/catalog-unity/src

1 file changed

+2
-1
lines changed

crates/catalog-unity/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,8 @@ impl ObjectStoreFactory for UnityCatalogFactory {
845845
) -> DeltaResult<(ObjectStoreRef, Path)> {
846846
let (table_path, temp_creds) = UnityCatalogBuilder::execute_uc_future(
847847
UnityCatalogBuilder::get_uc_location_and_token(table_uri.as_str()),
848-
)?.map_err(UnityCatalogError::from)?;
848+
)?
849+
.map_err(UnityCatalogError::from)?;
849850

850851
let mut storage_options = options.0.clone();
851852
storage_options.extend(temp_creds);

0 commit comments

Comments
 (0)