mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
fix style
This commit is contained in:
@@ -860,7 +860,7 @@ mod decl {
|
||||
None => vm._add(&value, &obj)?,
|
||||
Some(op) => vm.invoke(op, vec![value, obj])?,
|
||||
}
|
||||
},
|
||||
}
|
||||
};
|
||||
*zelf.acc_value.write() = Some(next_acc_value.clone());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user