File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 --
You can’t perform that action at this time.
0 commit comments