Skip to content

Commit 217d1f1

Browse files
committed
ensure whitespace
1 parent f0c5d97 commit 217d1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/svelte-json-tree/SvelteJsonTree/JSONNested.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<Expandable key={expandKey(key)} expanded={child_expanded[index]}>
6464
<!-- svelte-ignore a11y-no-static-element-interactions -->
6565
<span class="label" on:click={() => child_expanded[index].update((value) => !value)}>
66-
<JSONArrow /><slot name="item_key" {key} {index} />{#if !shouldShowColon || shouldShowColon(key)}<span class="operator">:</span>{/if}
66+
<JSONArrow /><slot name="item_key" {key} {index} />{#if !shouldShowColon || shouldShowColon(key)}<span class="operator">{': '}</span>{/if}
6767
</span><slot name="item_value" {key} {index} />
6868
</Expandable>
6969
</li>

0 commit comments

Comments
 (0)