Skip to content

Commit

Permalink
chore: re-run cargo fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Omkar P <[email protected]>
  • Loading branch information
omkar-foss committed Feb 17, 2025
1 parent 9ac034f commit 0e6c77f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/catalog-unity/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,8 @@ impl ObjectStoreFactory for UnityCatalogFactory {
) -> DeltaResult<(ObjectStoreRef, Path)> {
let (table_path, temp_creds) = UnityCatalogBuilder::execute_uc_future(
UnityCatalogBuilder::get_uc_location_and_token(table_uri.as_str()),
)?.map_err(UnityCatalogError::from)?;
)?
.map_err(UnityCatalogError::from)?;

let mut storage_options = options.0.clone();
storage_options.extend(temp_creds);
Expand Down

0 comments on commit 0e6c77f

Please sign in to comment.