Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
lizardoluis committed Nov 21, 2024
1 parent 91ffb6e commit 00c79cf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/catalog/metastore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,7 @@ impl Metastore {
let store_options = catalog_schemas
.stores
.into_iter()
.map(|store| {
(
store.name,
(store.url, store.options, store.credentials),
)
})
.map(|store| (store.name, (store.url, store.options, store.credentials)))
.collect();

// Turn the list of all collections, tables and their columns into a nested map.
Expand Down

0 comments on commit 00c79cf

Please sign in to comment.