From 998b63a35256ac985a5a2714dd1ca451af4dfd8a Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 9 Oct 2024 00:41:20 -0700 Subject: chore(prettier): use spaces instead of tabs --- src/lib/Tooltip/LinkedTooltip.svelte | 464 +++++++++++++++++------------------ 1 file changed, 232 insertions(+), 232 deletions(-) (limited to 'src/lib/Tooltip/LinkedTooltip.svelte') diff --git a/src/lib/Tooltip/LinkedTooltip.svelte b/src/lib/Tooltip/LinkedTooltip.svelte index 096e4291..6e468cd6 100644 --- a/src/lib/Tooltip/LinkedTooltip.svelte +++ b/src/lib/Tooltip/LinkedTooltip.svelte @@ -1,244 +1,244 @@ - + {#if tooltipDiv} -
- {#key content} - - {@html content.replace(/\n/g, '
')} -
- {/key} -
+
+ {#key content} + + {@html content.replace(/\n/g, '
')} +
+ {/key} +
{/if} -- cgit v1.2.3