From 774c183052c0019a67d426a26c7b897234e8e288 Mon Sep 17 00:00:00 2001 From: Kyle Simpson Date: Wed, 10 Jan 2024 13:00:46 +0000 Subject: [PATCH] Whitespace... --- nexus/src/app/sagas/instance_common.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nexus/src/app/sagas/instance_common.rs b/nexus/src/app/sagas/instance_common.rs index ff0c767abb..4afd729bc7 100644 --- a/nexus/src/app/sagas/instance_common.rs +++ b/nexus/src/app/sagas/instance_common.rs @@ -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 @@ -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