Skip to content

Commit bc6f3c9

Browse files
Auto-format: cargo fmt --all
1 parent d5c59d3 commit bc6f3c9

File tree

1 file changed

+1
-3
lines changed
  • crates/vm/src/stdlib

1 file changed

+1
-3
lines changed

crates/vm/src/stdlib/io.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5267,9 +5267,7 @@ mod fileio {
52675267
match fd {
52685268
Ok(fd) => (fd.into_raw(), Some(filename)),
52695269
Err(e) => {
5270-
return Err(OSErrorBuilder::with_filename_from_errno(
5271-
&e, filename, vm,
5272-
))
5270+
return Err(OSErrorBuilder::with_filename_from_errno(&e, filename, vm));
52735271
}
52745272
}
52755273
}

0 commit comments

Comments
 (0)