mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
py: Some trivial cosmetic changes, for code style consistency.
This commit is contained in:
@@ -61,7 +61,7 @@ STATIC const mp_obj_type_t it_type = {
|
||||
{ &mp_type_type },
|
||||
.name = MP_QSTR_iterator,
|
||||
.getiter = mp_identity,
|
||||
.iternext = it_iternext
|
||||
.iternext = it_iternext,
|
||||
};
|
||||
|
||||
// args are those returned from mp_load_method_maybe (ie either an attribute or a method)
|
||||
|
||||
Reference in New Issue
Block a user