chore: formatting

pull/107/head
Dan Everton 3 years ago
parent 49f6a8e819
commit 07e3824aa4
No known key found for this signature in database
GPG Key ID: 2AF33A2B189A11B3

@ -77,7 +77,7 @@ unsafe fn syscall_impl(call: Syscall) -> SysResult {
#[cfg(test)]
pub(crate) fn kernel_version() -> Result<(u32, u32, u32), ()> {
return Ok((0xff, 0xff, 0xff))
Ok((0xff, 0xff, 0xff))
}
#[cfg(not(test))]

Loading…
Cancel
Save