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/Hololive/Stream.svelte | 290 ++++++++++++++++++++--------------------- 1 file changed, 145 insertions(+), 145 deletions(-) (limited to 'src/lib/Hololive/Stream.svelte') diff --git a/src/lib/Hololive/Stream.svelte b/src/lib/Hololive/Stream.svelte index cde3be68..12681acb 100644 --- a/src/lib/Hololive/Stream.svelte +++ b/src/lib/Hololive/Stream.svelte @@ -1,153 +1,153 @@
- {#if $identity.id !== -2} - - {/if} - -

- {#if live.streaming} - {$locale().hololive.live}{:else if new Date(live.time).getTime() < Date.now()} - {$locale().hololive.ended}{:else} - {$locale().hololive.upcoming}{/if} - | - {#if icon} - - Avatar - - {/if} - - {live.streamer} - -
- {$locale().hololive.dateFormatter(new Date(live.time))} - {#if live.guests.length > 0} - {$locale().hololive.with}{live.guests - .join($locale().hololive.comma) - .replace( - new RegExp(`${$locale().hololive.comma}([^${$locale().hololive.commaNoSpace}]+)$`, 'g'), - `${$locale().hololive.comma}${$locale().hololive.ampersand}$1` - )} - {/if} -

- - - - - - + {#if $identity.id !== -2} + + {/if} + +

+ {#if live.streaming} + {$locale().hololive.live}{:else if new Date(live.time).getTime() < Date.now()} + {$locale().hololive.ended}{:else} + {$locale().hololive.upcoming}{/if} + | + {#if icon} + + Avatar + + {/if} + + {live.streamer} + +
+ {$locale().hololive.dateFormatter(new Date(live.time))} + {#if live.guests.length > 0} + {$locale().hololive.with}{live.guests + .join($locale().hololive.comma) + .replace( + new RegExp(`${$locale().hololive.comma}([^${$locale().hololive.commaNoSpace}]+)$`, 'g'), + `${$locale().hololive.comma}${$locale().hololive.ampersand}$1` + )} + {/if} +

+ + + + + +
-- cgit v1.2.3