Skip to content

Commit

Permalink
remove spurious comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco committed Aug 26, 2024
1 parent f9beb4c commit b8c748f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dev-tools/omdb/src/bin/omdb/nexus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1771,8 +1771,6 @@ async fn cmd_nexus_blueprints_target_set(
// operator. (In the case of the current target blueprint being changed
// entirely, that will result in a failure to set the current target
// below, because its parent will no longer be the current target.)
//
// unwrap(): this is always `Some` due to the branch above.
BlueprintTargetSetEnabled::Inherit => {
get_current_target().await?.enabled
}
Expand Down

0 comments on commit b8c748f

Please sign in to comment.