py/objslice: Fix indent.

axtls-deplib
Tom Soulanille 2015-09-15 14:30:52 -07:00 committed by Damien George
parent aeb62f9ae3
commit 661d9d1901
1 changed files with 1 additions and 1 deletions

View File

@ -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
};