Fix build (rustfmt)

This commit is contained in:
Joey Hain
2019-03-02 13:25:42 -08:00
parent b98926a0fb
commit 4558dbf210
3 changed files with 13 additions and 64 deletions

View File

@@ -55,10 +55,7 @@ fn code_repr(vm: &mut VirtualMachine, args: PyFuncArgs) -> PyResult {
Ok(vm.new_str(repr))
}
fn member_code_obj(
vm: &mut VirtualMachine,
args: PyFuncArgs,
) -> PyResult<bytecode::CodeObject> {
fn member_code_obj(vm: &mut VirtualMachine, args: PyFuncArgs) -> PyResult<bytecode::CodeObject> {
arg_check!(
vm,
args,