Skip to content

Commit 8fc98a8

Browse files
committed
run cargo fmt
1 parent 9392920 commit 8fc98a8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

iceberg-rust/src/table/transaction/operation.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,11 @@ pub enum Operation {
110110
}
111111

112112
impl Operation {
113-
#[instrument(name = "iceberg_rust::table::transaction::operation::execute", level = "debug", skip(object_store))]
113+
#[instrument(
114+
name = "iceberg_rust::table::transaction::operation::execute",
115+
level = "debug",
116+
skip(object_store)
117+
)]
114118
pub async fn execute(
115119
self,
116120
table_metadata: &TableMetadata,

0 commit comments

Comments
 (0)