mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
cargo fmt
This commit is contained in:
@@ -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())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user