Skip to content

Commit

Permalink
chore: apply suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Weny Xu <[email protected]>
  • Loading branch information
killme2008 and WenyXu authored Dec 3, 2024
1 parent 06afeee commit d71fdd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cache/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ pub fn build_fundamental_cache_registry(kv_backend: KvBackendRef) -> CacheRegist
.add_cache(view_info_cache)
.add_cache(table_flownode_set_cache)
.add_cache(schema_cache)
.add_cache(table_schema_name_cache)
.add_cache(table_id_schema_cache)
.build()
}

Expand Down

0 comments on commit d71fdd2

Please sign in to comment.