Skip to content

Commit 9662995

Browse files
committed
fix: linting
1 parent a94513d commit 9662995

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

src/ComboBox/ComboBox.svelte

+3-3
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,9 @@
224224
class:bx--label="{true}"
225225
class:bx--label--disabled="{disabled}"
226226
>
227-
<slot name="titleText">
228-
{titleText}
229-
</slot>
227+
<slot name="titleText">
228+
{titleText}
229+
</slot>
230230
</label>
231231
{/if}
232232
<ListBox

src/MultiSelect/MultiSelect.svelte

+3-3
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,9 @@
300300
class:bx--label--disabled="{disabled}"
301301
class:bx--visually-hidden="{hideLabel}"
302302
>
303-
<slot name="titleText">
304-
{titleText}
305-
</slot>
303+
<slot name="titleText">
304+
{titleText}
305+
</slot>
306306
</label>
307307
{/if}
308308
<ListBox

src/UIShell/Header.svelte

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
*/
1818
export let href = undefined;
1919
20-
/**
21-
* Specify the company name.
20+
/**
21+
* Specify the company name.
2222
* Alternatively, use the named slot "company" (e.g., `<span slot="company">...</span>`)
2323
* @type {string}
2424
*/

0 commit comments

Comments
 (0)