Skip to content

Commit fce1ff0

Browse files
committed
fix format
Signed-off-by: Simon Davies <[email protected]>
1 parent d15d483 commit fce1ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperlight_host/src/hypervisor/windows_hypervisor_platform.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ impl VMPartition {
137137
// we do things this way to allow a user trying to load hyperlight on an older version of windows to
138138
// get an error message saying that hyperlight requires a newer version of windows, rather than just failing
139139
// with an error about a missing entrypoint
140-
// This function should always succeed since before we get here we have already checked that the hypervisor is present and
140+
// This function should always succeed since before we get here we have already checked that the hypervisor is present and
141141
// that we are on a supported version of windows.
142142
type WHvMapGpaRange2Func = unsafe extern "cdecl" fn(
143143
WHV_PARTITION_HANDLE,

0 commit comments

Comments
 (0)