Skip to content

Commit 2f1d4a8

Browse files
committed
Fix with rustfmt
1 parent 5172a09 commit 2f1d4a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vm/src/obj/objint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ fn inner_mod(int1: &PyInt, int2: &PyInt, vm: &VirtualMachine) -> PyResult {
145145
Err(vm.new_zero_division_error("integer modulo by zero".to_string()))
146146
}
147147
}
148-
148+
149149
#[pyimpl]
150150
impl PyInt {
151151
#[pymethod(name = "__eq__")]

0 commit comments

Comments
 (0)