Skip to content

Commit 40b1f96

Browse files
committed
cargo fmt
1 parent fa26b06 commit 40b1f96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

iceberg-rust/src/table/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ impl Table {
297297
pub fn new_transaction(&mut self, branch: Option<&str>) -> TableTransaction<'_> {
298298
TableTransaction::new(self, branch)
299299
}
300-
301300
}
302301

303302
/// Path of a Manifest file

0 commit comments

Comments
 (0)