fix pre-commit format

This commit is contained in:
hathach 2023-03-23 14:19:36 +07:00
parent 8c1095b268
commit 66129311f4
No known key found for this signature in database
GPG Key ID: F5D50C6D51D17CBA
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@
//| returned by :py:attr:`wifi.radio`
//| """
//| ...
//|
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) {
mp_arg_check_num(n_args, n_kw, 1, 1, false);