We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa26b06 commit 40b1f96Copy full SHA for 40b1f96
1 file changed
iceberg-rust/src/table/mod.rs
@@ -297,7 +297,6 @@ impl Table {
297
pub fn new_transaction(&mut self, branch: Option<&str>) -> TableTransaction<'_> {
298
TableTransaction::new(self, branch)
299
}
300
-
301
302
303
/// Path of a Manifest file
0 commit comments