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

Skip to content

Commit 074ee28

Browse files
authored
Formatting.
1 parent 633fc92 commit 074ee28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/src/obj/objlist.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ impl PyList {
494494
zelf.elements.replace(new_elements);
495495
return Ok(zelf);
496496
}
497-
return Err(vm.new_memory_error("".to_owned()));
497+
Err(vm.new_memory_error("".to_owned()))
498498
}
499499

500500
#[pymethod]

0 commit comments

Comments
 (0)
0