added semicolumn

This commit is contained in:
Martijn
2024-12-02 16:24:41 +01:00
parent c636518d15
commit ca8ab78b12
+2 -2
View File
@@ -27,7 +27,7 @@
* `power` * `power`
``` ```
id(music_card_bar).execute('volume_up') id(music_card_bar).execute('volume_up');
``` ```
* add actions to the buttons * add actions to the buttons
@@ -40,5 +40,5 @@
* `music_card_power` * `music_card_power`
``` ```
id(music_card_vol_up).execute() id(music_card_vol_up).execute();
``` ```