Skip to content

Commit d354555

Browse files
committed
Add cargo fmt
1 parent 1be86af commit d354555

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/shims/unix/linux/eventfd.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,7 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
177177
is_nonblock = true;
178178
}
179179
if flags != 0 {
180-
throw_unsup_format!(
181-
"eventfd: encountered unknown unsupported flags {:#x}"
182-
);
180+
throw_unsup_format!("eventfd: encountered unknown unsupported flags {:#x}");
183181
}
184182

185183
let fd = this.machine.fds.insert_fd(FileDescriptor::new(Event {

0 commit comments

Comments
 (0)