8000 Formatting changes. · RustPython/RustPython@a72109c · GitHub
[go: up one dir, main page]

Skip to content

Commit a72109c

Browse files
committed
Formatting changes.
1 parent 43d1355 commit a72109c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/src/stdlib/socket.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ fn socket_hton<U: num_traits::int::PrimInt>(host: U, _vm: &VirtualMachine) -> U
450450
}
451451

452452
fn socket_ntoh<U: num_traits::int::PrimInt>(network: U, _vm: &VirtualMachine) -> U {
< 531A /td>
453-
U::from_be(network)
453+
U::from_be(network)
454454
}
455455

456456
#[derive(FromArgs)]

0 commit comments

Comments
 (0)
0