Skip to content

Commit 0c00220

Browse files
committed
Removing unrelated change by local pre-commit
1 parent b2b2423 commit 0c00220

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared-bindings/socketpool/SocketPool.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
//| returned by :py:attr:`wifi.radio`
5353
//| """
5454
//| ...
55+
//|
5556
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) {
5657
mp_arg_check_num(n_args, n_kw, 1, 1, false);
5758

0 commit comments

Comments
 (0)