Skip to content

Commit ac5ca08

Browse files
committed
fix fmt
Signed-off-by: Simon Davies <[email protected]>
1 parent 92c4b41 commit ac5ca08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/hyperlight_host/src/sandbox/uninitialized.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,8 @@ fn check_windows_version() -> Result<()> {
324324
"Hyperlight Requires Windows Server 2022 or newer"
325325
));
326326
}
327-
} else if OsVersion::current() < OsVersion::new(WINDOWS_MAJOR, WINDOWS_MINOR, WINDOWS_PACK, 22000)
327+
} else if OsVersion::current()
328+
< OsVersion::new(WINDOWS_MAJOR, WINDOWS_MINOR, WINDOWS_PACK, 22000)
328329
{
329330
return Err(new_error!("Hyperlight Requires Windows 11 or newer"));
330331
}

0 commit comments

Comments
 (0)