cargo fmt

This commit is contained in:
dmitrijoseph
2019-07-14 20:38:58 -04:00
parent eba282dcbe
commit d8c06d7898

View File

@@ -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())
}