mirror of
https://github.com/micropython/micropython.git
synced 2025-08-30 06:20:40 +02:00
py/objslice: Fix indent.
This commit is contained in:
committed by
Damien George
parent
aeb62f9ae3
commit
661d9d1901
@@ -79,7 +79,7 @@ const mp_obj_type_t mp_type_slice = {
|
||||
.name = MP_QSTR_slice,
|
||||
.print = slice_print,
|
||||
#if MICROPY_PY_BUILTINS_SLICE_ATTRS
|
||||
.attr = slice_attr,
|
||||
.attr = slice_attr,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user