Skip to content

Commit cd6546f

Browse files
committed
style: apply clang-format to InvalidArgument calls
1 parent 7184725 commit cd6546f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/iceberg/update/expire_snapshots.cc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,7 @@ class IncrementalFileCleanup : public FileCleanupStrategy {
406406
return InvalidArgument(
407407
"Malformed {} '{}' on snapshot {}; cannot evaluate cherry-pick "
408408
"protection during incremental cleanup",
409-
SnapshotSummaryFields::kSourceSnapshotId, it->second,
410-
ancestor->snapshot_id);
409+
SnapshotSummaryFields::kSourceSnapshotId, it->second, ancestor->snapshot_id);
411410
}
412411
}
413412

@@ -464,8 +463,7 @@ class IncrementalFileCleanup : public FileCleanupStrategy {
464463
return InvalidArgument(
465464
"Malformed {} '{}' on snapshot {}; cannot evaluate cherry-pick "
466465
"protection during incremental cleanup",
467-
SnapshotSummaryFields::kSourceSnapshotId, src_it->second,
468-
snapshot_id);
466+
SnapshotSummaryFields::kSourceSnapshotId, src_it->second, snapshot_id);
469467
}
470468
}
471469
// If this commit was cherry-picked from a still-live snapshot, skip --

0 commit comments

Comments
 (0)