Skip to content

Commit cdc753d

Browse files
committed
fix fmt
1 parent 8260847 commit cdc753d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rustfmt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
max_width = 79
2-
fn_args_layout = "Compressed"
2+
fn_params_layout = "Compressed"

src/mirrored/macos.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use super::mem;
66

7-
use mach2 as mach;
87
use mach::boolean::boolean_t;
98
use mach::kern_return::*;
109
use mach::mach_types::mem_entry_name_port_t;
@@ -20,6 +19,7 @@ use mach::vm_inherit::VM_INHERIT_NONE;
2019
use mach::vm_prot::{vm_prot_t, VM_PROT_READ, VM_PROT_WRITE};
2120
use mach::vm_statistics::{VM_FLAGS_ANYWHERE, VM_FLAGS_FIXED};
2221
use mach::vm_types::mach_vm_address_t;
22+
use mach2 as mach;
2323

2424
use super::AllocError;
2525

0 commit comments

Comments
 (0)