Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jkosh44 committed Nov 14, 2024
1 parent 2b4c146 commit f4ec8a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/adapter/src/catalog/open.rs
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,9 @@ impl Catalog {
diff: diff.try_into().expect("valid diff"),
})
.collect();
let builtin_table_update = state.apply_updates_for_bootstrap(post_item_updates, &mut local_expr_cache).await;
let builtin_table_update = state
.apply_updates_for_bootstrap(post_item_updates, &mut local_expr_cache)
.await;
builtin_table_updates.extend(builtin_table_update);

// Migrate builtin items.
Expand Down

0 comments on commit f4ec8a9

Please sign in to comment.