Skip to content

Commit

Permalink
Run rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed Sep 21, 2023
1 parent da39a32 commit 98d6ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/linux_raw/system/syscalls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ use crate::backend::{
conv::{c_int, ret, ret_infallible, slice},
};
use crate::io;
use crate::system::RebootCommand;
use crate::system::Sysinfo;
use core::mem::MaybeUninit;
use crate::system::RebootCommand;

#[inline]
pub(crate) fn uname() -> RawUname {
Expand Down

0 comments on commit 98d6ea5

Please sign in to comment.