chore: run prettier [ci skip]

This commit is contained in:
Eric Liu 2020-10-14 15:40:33 -07:00
commit 46c611f638
9 changed files with 37 additions and 30 deletions

View file

@ -27,7 +27,7 @@
* Set an id for the container div element
* @type {string} [id]
*/
export let id
export let id;
import { createEventDispatcher, setContext } from "svelte";
import { writable } from "svelte/store";
@ -52,7 +52,7 @@
</script>
<div
{id}
id="{id}"
class:bx--form-item="{true}"
{...$$restProps}
on:click