10000 Reformating · RustPython/RustPython@2bb98d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2bb98d6

Browse files
authored
Reformating
1 parent 1984d59 commit 2bb98d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/src/obj/objstr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ impl PyString {
337337
vm.new_overflow_error("cannot fit 'int' into an index-sized integer".to_owned())
338338
});
339339
}
340-
return Err(vm.new_memory_error("".to_owned()));
340+
Err(vm.new_memory_error("".to_owned()))
341341
}
342342

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

0 commit comments

Comments
 (0)
0