8000 Formatting again · RustPython/RustPython@c068be4 · GitHub
[go: up one dir, main page]

Skip to content

Commit c068be4

Browse files
authored
Formatting again
1 parent 2bb98d6 commit c068be4

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
@@ -477,7 +477,7 @@ impl PyList {
477477
.collect();
478478
return Ok(vm.ctx.new_list(new_elements));
479479
}
480-
return Err(vm.new_memory_error("".to_owned()));
480+
Err(vm.new_memory_error("".to_owned()))
481481
}
482482

483483
#[pymethod(name = "__rmul__")]

0 commit comments

Comments
 (0)
0