Skip to content

Commit 5404443

Browse files
Auto-format: cargo fmt --all
1 parent 2460947 commit 5404443

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crates/vm/src/stdlib/_winapi.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1944,9 +1944,7 @@ mod _winapi {
19441944
} else {
19451945
hr as u32
19461946
};
1947-
return Err(
1948-
std::io::Error::from_raw_os_error(err as i32).to_pyexception(vm),
1949-
);
1947+
return Err(std::io::Error::from_raw_os_error(err as i32).to_pyexception(vm));
19501948
}
19511949
Ok(())
19521950
}

0 commit comments

Comments
 (0)