Skip to content

Commit

Permalink
adding some space after function
Browse files Browse the repository at this point in the history
  • Loading branch information
a-agmon authored Mar 14, 2024
1 parent b53bb0a commit edf28cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/iceberg/src/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ impl StaticTable {
.build();
Ok(Self(table))
}

/// creates a static table directly from metadata file and `FileIO`
pub async fn from_metadata_file(
metadata_file_path: &str,
Expand Down

0 comments on commit edf28cf

Please sign in to comment.