Skip to content

Commit

Permalink
fix comment whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gjcolombo committed Apr 12, 2023
1 parent 8977ba4 commit c1089f3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions nexus/src/app/instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -660,9 +660,10 @@ impl super::Nexus {
/// - `Ok(true)` if the caller supplied an updated instance record and this
/// routine successfully wrote it to CRDB.
/// - `Ok(false)` if the sled agent call succeeded, but this routine did not
/// update CRDB. This can happen either because sled agent didn't return
/// an updated record or because the updated record was superseded by
/// a state update with a more advanced generation number.
/// update CRDB.
/// This can happen either because sled agent didn't return an updated
/// record or because the updated record was superseded by a state update
/// with a more advanced generation number.
/// - `Err` if the sled agent operation failed or this routine received an
/// error while trying to update CRDB.
async fn handle_instance_put_result(
Expand Down

0 comments on commit c1089f3

Please sign in to comment.