Skip to content

Commit 2e018ce

Browse files
committed
Updated formatting
1 parent 05a50b8 commit 2e018ce

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

shared-bindings/synthio/Synthesizer.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ MP_DEFINE_CONST_FUN_OBJ_2(synthio_synthesizer_note_info_obj, synthio_synthesizer
269269
//|
270270
//| This property is read-only but its contents may be modified by e.g., calling ``synth.blocks.append()`` or ``synth.blocks.remove()``. It is initially an empty list."""
271271
//|
272+
//|
272273
static mp_obj_t synthio_synthesizer_obj_get_blocks(mp_obj_t self_in) {
273274
synthio_synthesizer_obj_t *self = MP_OBJ_TO_PTR(self_in);
274275
check_for_deinit(self);

shared-bindings/synthio/__init__.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
//| """
3333
//|
3434

35+
//|
3536
//|
3637
//| class EnvelopeState:
3738
//| ATTACK: EnvelopeState

0 commit comments

Comments
 (0)