From fce1ff0aaf3422293999e1506f0c63d81016a22c Mon Sep 17 00:00:00 2001 From: Simon Davies Date: Thu, 12 Dec 2024 21:55:34 +0000 Subject: [PATCH] fix format Signed-off-by: Simon Davies --- .../src/hypervisor/windows_hypervisor_platform.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hyperlight_host/src/hypervisor/windows_hypervisor_platform.rs b/src/hyperlight_host/src/hypervisor/windows_hypervisor_platform.rs index b47cfe8d..57868756 100644 --- a/src/hyperlight_host/src/hypervisor/windows_hypervisor_platform.rs +++ b/src/hyperlight_host/src/hypervisor/windows_hypervisor_platform.rs @@ -137,7 +137,7 @@ impl VMPartition { // we do things this way to allow a user trying to load hyperlight on an older version of windows to // get an error message saying that hyperlight requires a newer version of windows, rather than just failing // with an error about a missing entrypoint -// This function should always succeed since before we get here we have already checked that the hypervisor is present and +// This function should always succeed since before we get here we have already checked that the hypervisor is present and // that we are on a supported version of windows. type WHvMapGpaRange2Func = unsafe extern "cdecl" fn( WHV_PARTITION_HANDLE,