Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzl25 committed Oct 24, 2024
1 parent 2effeb1 commit 542f349
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ struct IcebergNamespaceProperties {
}

#[system_catalog(table, "rw_catalog.iceberg_namespace_properties")]
async fn read(_reader: &SysCatalogReaderImpl) -> Result<Vec<IcebergNamespaceProperties>> {
fn read(_reader: &SysCatalogReaderImpl) -> Result<Vec<IcebergNamespaceProperties>> {
Ok(vec![])
}

0 comments on commit 542f349

Please sign in to comment.