Skip to content

Commit b2b2423

Browse files
committed
local pre-commit changes
1 parent b0ea28a commit b2b2423

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

shared-bindings/framebufferio/FramebufferDisplay.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ MP_DEFINE_CONST_FUN_OBJ_KW(framebufferio_framebufferdisplay_fill_row_obj, 1, fra
326326
//| """The root group on the display.
327327
//| If the root group is set to ``None``, no output will be shown.
328328
//| """
329+
//|
329330
STATIC mp_obj_t framebufferio_framebufferdisplay_obj_get_root_group(mp_obj_t self_in) {
330331
framebufferio_framebufferdisplay_obj_t *self = native_display(self_in);
331332
return common_hal_framebufferio_framebufferdisplay_get_root_group(self);

shared-bindings/socketpool/SocketPool.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
//| returned by :py:attr:`wifi.radio`
5353
//| """
5454
//| ...
55-
//|
5655
STATIC mp_obj_t socketpool_socketpool_make_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, const mp_obj_t *args) {
5756
mp_arg_check_num(n_args, n_kw, 1, 1, false);
5857

0 commit comments

Comments
 (0)