Skip to content

Commit 85ca89c

Browse files
committed
chore: Cargo fmt
1 parent 6c5dc8b commit 85ca89c

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

components/data_proxy/src/replication/replication_handler.rs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -525,10 +525,12 @@ impl ReplicationHandler {
525525
_ => {}
526526
});
527527
}
528-
cache.get_single_parent(&current_version_id).await.map_err(|e| {
529-
error!(error = ?e, msg = e.to_string());
530-
e
531-
})?
528+
cache.get_single_parent(&current_version_id).await.map_err(
529+
|e| {
530+
error!(error = ?e, msg = e.to_string());
531+
e
532+
},
533+
)?
532534
};
533535
backend
534536
.initialize_location(

0 commit comments

Comments
 (0)