Skip to content

Commit

Permalink
add missing unwind edge
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpesp committed Nov 25, 2024
1 parent 9fc46ab commit 2cd7881
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions nexus/db-model/src/region_snapshot_replacement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ impl std::str::FromStr for RegionSnapshotReplacementState {
/// | |
/// v ---
/// ---
/// Running |
/// |
/// | |
/// v |
/// | responsibility of region snapshot
/// Completing | replacement finish saga
/// Running <-- |
/// | |
/// | | |
/// v | |
/// | | responsibility of region snapshot
/// Completing -- | replacement finish saga
/// |
/// | |
/// v |
Expand Down

0 comments on commit 2cd7881

Please sign in to comment.