Skip to content

Commit 52f5fb9

Browse files
committed
chore: format
1 parent 9466f16 commit 52f5fb9

4 files changed

Lines changed: 11 additions & 21 deletions

File tree

for-developers/module-development/api-changes/v2.1.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -249,21 +249,15 @@ presets['play'] = {
249249
{
250250
type: 'layered',
251251
name: 'Play',
252-
elements: [
253-
/* ... */
254-
],
255-
steps: [
256-
/* ... */
257-
],
252+
elements: [/* ... */],
253+
steps: [/* ... */],
258254
feedbacks: [],
259255
},
260256
{
261257
type: 'simple',
262258
name: 'Play',
263259
style: { text: 'Play', size: '18', color: 0xffffff, bgcolor: 0x000000 },
264-
steps: [
265-
/* ... */
266-
],
260+
steps: [/* ... */],
267261
feedbacks: [],
268262
},
269263
],

for-developers/module-development/connection-basics/presets-1.x.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,10 @@ There are some icons you can use that are part of the fonts.
209209
|| 23F5 | 44 | Play,Start,Go, TAKE |
210210
|| 23F9 | 44 | Stop, Halt, Break, KILL |
211211
|| 23F8 | 44 | Pause, Hold, Wait |
212-
|| 23EF | 44 | Toggle Play/Pause |
212+
| | 23EF | 44 | Toggle Play/Pause |
213213
|| 23FA | 44 | Rec, Save, Store |
214-
|| 23ED | 44 | Next, Skip, FWD |
215-
|| 23EE | 44 | Previous, Back, Rev |
214+
| | 23ED | 44 | Next, Skip, FWD |
215+
| | 23EE | 44 | Previous, Back, Rev |
216216
|| 23E9 | 44 | Fast FWD, Shuttle Fwd |
217217
|| 23EA | 44 | Fast Rewind , Shuttle rev |
218218
| ⏏️ | 23CF | 44 | Eject, Unload |

for-developers/module-development/connection-basics/presets.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -399,9 +399,7 @@ presets[`play`] = {
399399
// Preferred: the richer layered version
400400
type: 'layered',
401401
name: `Play`,
402-
elements: [
403-
/* ... graphics elements ... */
404-
],
402+
elements: [/* ... graphics elements ... */],
405403
steps: [{ down: [{ actionId: 'play', options: {} }], up: [] }],
406404
feedbacks: [],
407405
},
@@ -600,10 +598,10 @@ Some common ones are listed below (you can copy and paste the glyph directly int
600598
|| 23F5 | 44 | Play,Start,Go, TAKE |
601599
|| 23F9 | 44 | Stop, Halt, Break, KILL |
602600
|| 23F8 | 44 | Pause, Hold, Wait |
603-
|| 23EF | 44 | Toggle Play/Pause |
601+
| | 23EF | 44 | Toggle Play/Pause |
604602
|| 23FA | 44 | Rec, Save, Store |
605-
|| 23ED | 44 | Next, Skip, FWD |
606-
|| 23EE | 44 | Previous, Back, Rev |
603+
| | 23ED | 44 | Next, Skip, FWD |
604+
| | 23EE | 44 | Previous, Back, Rev |
607605
|| 23E9 | 44 | Fast FWD, Shuttle Fwd |
608606
|| 23EA | 44 | Fast Rewind , Shuttle rev |
609607
| ⏏️ | 23CF | 44 | Eject, Unload |

for-developers/surface-development/surface-advanced/custom-discovery.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ class MyDetection extends EventEmitter<SurfacePluginDetectionEvents<MyDeviceInfo
5858
surfaceId: dev.serial,
5959
deviceHandle: dev.handle,
6060
description: 'My Surface',
61-
pluginInfo: {
62-
/**/
63-
},
61+
pluginInfo: {/**/},
6462
},
6563
])
6664
}

0 commit comments

Comments
 (0)