Skip to content

Commit 661d9d1

Browse files
pramasouldpgeorge
authored andcommitted
py/objslice: Fix indent.
1 parent aeb62f9 commit 661d9d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/objslice.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const mp_obj_type_t mp_type_slice = {
7979
.name = MP_QSTR_slice,
8080
.print = slice_print,
8181
#if MICROPY_PY_BUILTINS_SLICE_ATTRS
82-
.attr = slice_attr,
82+
.attr = slice_attr,
8383
#endif
8484
};
8585

0 commit comments

Comments
 (0)