diff --git a/vm/src/obj/objrange.rs b/vm/src/obj/objrange.rs index 02f7806f3..905550f50 100644 --- a/vm/src/obj/objrange.rs +++ b/vm/src/obj/objrange.rs @@ -256,7 +256,7 @@ impl PyRange { } #[pymethod(name = "__ge__")] - fn ge(&self, _rhs: PyObjectRef, vm:&VirtualMachine) -> PyResult { + fn ge(&self, _rhs: PyObjectRef, vm: &VirtualMachine) -> PyResult { Ok(vm.ctx.not_implemented()) }