Skip to content

Commit

Permalink
Update nexus/src/app/crucible.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Klein <[email protected]>
  • Loading branch information
jmpesp and smklein authored Jun 28, 2024
1 parent ac0ade3 commit d16f553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/src/app/crucible.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ impl super::Nexus {
.await?;

// Return the address with the port that was just recorded - guard again
// against the cast where the region record could have been concurrently
// against the case where the region record could have been concurrently
// deleted
match self.datastore().region_addr(region_id).await {
Ok(Some(addr)) => Ok(addr),
Expand Down

0 comments on commit d16f553

Please sign in to comment.