Skip to content

Commit eafb741

Browse files
committed
premature push, whoops
1 parent d3dc524 commit eafb741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/src/stdlib/os.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@ fn os_urandom(size: usize, vm: &VirtualMachine) -> PyResult<Vec<u8>> {
13111311
}
13121312
}
13131313

1314-
#[cfg(any(target_os = "linux", target_os = "openbsd")]
1314+
#[cfg(any(target_os = "linux", target_os = "openbsd"))]
13151315
type ModeT = u32;
13161316

13171317
#[cfg(target_os = "macos")]

0 commit comments

Comments
 (0)