Skip to content

Commit 27502f9

Browse files
authored
Fixed formatting
1 parent 23bb0bd commit 27502f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

shared-bindings/displayio/EPaperDisplay.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,7 @@ MP_DEFINE_CONST_FUN_OBJ_2(displayio_epaperdisplay_show_obj, displayio_epaperdisp
221221
//| """Updates the ``start_sequence`` and ``seconds_per_frame`` parameters to enable
222222
//| varying the refresh mode of the display."""
223223
//|
224-
STATIC mp_obj_t displayio_epaperdisplay_update_refresh_mode(size_t n_args, const mp_obj_t *pos_args, mp_map_t *kw_args)
225-
{
224+
STATIC mp_obj_t displayio_epaperdisplay_update_refresh_mode(size_t n_args, const mp_obj_t *pos_args, mp_map_t *kw_args) {
226225
enum { ARG_start_sequence, ARG_seconds_per_frame };
227226
static const mp_arg_t allowed_args[] = {
228227
{ MP_QSTR_start_sequence, MP_ARG_REQUIRED | MP_ARG_OBJ },

0 commit comments

Comments
 (0)