Skip to content

Commit

Permalink
Whitespace...
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMcFelix committed Jan 10, 2024
1 parent 705cb6e commit 774c183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nexus/src/app/sagas/instance_common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ pub async fn instance_ip_remove_nat(
Ok(())
}

/// Inform the OPTE port for a running instance that it should start
/// Inform the OPTE port for a running instance that it should start
/// sending/receiving traffic on a given IP address.
///
/// This call is a no-op if `sled_uuid` is `None` or the saga is explicitly
Expand Down Expand Up @@ -407,7 +407,7 @@ pub async fn instance_ip_add_opte(
Ok(())
}

/// Inform the OPTE port for a running instance that it should cease
/// Inform the OPTE port for a running instance that it should cease
/// sending/receiving traffic on a given IP address.
///
/// This call is a no-op if `sled_uuid` is `None` or the saga is explicitly
Expand Down

0 comments on commit 774c183

Please sign in to comment.