Skip to content

Commit f09c992

Browse files
committed
chore: format
1 parent 82e9919 commit f09c992

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/routes/examples/LogarithmicKnob.svelte

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,12 @@
1111
</script>
1212

1313
<Knob param={freqParam} bind:value={freqValue} label="Frequency" unit="hz" />
14-
<Knob param={gainParam} bind:value={gainValue} label="Gain" unit="dB" decimalDigits={1} defaultValue={0} />
14+
<Knob
15+
param={gainParam}
16+
bind:value={gainValue}
17+
label="Gain"
18+
unit="dB"
19+
decimalDigits={1}
20+
defaultValue={0}
21+
/>
1522
<Knob param={qParam} bind:value={qValue} label="Q" unit="dB" decimalDigits={2} />

0 commit comments

Comments
 (0)