Skip to content

Commit ed2211b

Browse files
committed
ports/atmel-samd/bindings: apply black_bindings.py
1 parent dce4597 commit ed2211b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ports/atmel-samd/bindings/samd/Clock.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
//| class Clock:
3434
//| """Identifies a clock on the microcontroller.
3535
//|
36-
//| They are fixed by the hardware so they cannot be constructed on demand. Instead, use
37-
//| ``samd.clock`` to reference the desired clock."""
36+
//| They are fixed by the hardware so they cannot be constructed on demand. Instead, use
37+
//| ``samd.clock`` to reference the desired clock."""
3838
//|
3939

4040
STATIC void samd_clock_print(const mp_print_t *print, mp_obj_t self_in, mp_print_kind_t kind) {

ports/atmel-samd/bindings/samd/__init__.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#include "bindings/samd/Clock.h"
3232

3333
//| """SAMD implementation settings"""
34+
//|
3435

3536
//| """:mod:`samd.clock` --- samd clock names
3637
//| --------------------------------------------------------

0 commit comments

Comments
 (0)