You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
py/objslice: Fix indent.
This commit is contained in:
committed by
Damien George
parent
aeb62f9ae3
commit
661d9d1901
+1
-1
@@ -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