Skip to content

Commit

Permalink
mark ascii art as text for doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpesp committed May 23, 2024
1 parent 1cce28c commit 830f49f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nexus/db-model/src/region_replacement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ impl std::str::FromStr for RegionReplacementState {
/// orchestrate replacing a region in a volume. It transitions through the
/// following states:
///
/// ```text
/// Requested <-- ---
/// | |
/// | | |
Expand Down Expand Up @@ -83,6 +84,7 @@ impl std::str::FromStr for RegionReplacementState {
/// v |
/// |
/// Completed ---
/// ```
///
/// which are captured in the RegionReplacementState enum. Annotated on the
/// right are which sagas are responsible for which state transitions. The state
Expand Down

0 comments on commit 830f49f

Please sign in to comment.