Skip to content

Commit 102a96d

Browse files
[autofix.ci] apply automated fixes
1 parent 7fb1a2a commit 102a96d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/components/Chart/SplitSparkline.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,11 @@ const configs = computed(() => {
183183
<div>
184184
<div class="grid gap-8 sm:grid-cols-2">
185185
<ClientOnly v-for="(config, i) in configs" :key="`config_${i}`">
186-
<div @mouseleave="resetHover" @keydown.esc="resetHover" class="w-full max-w-[400px] mx-auto">
186+
<div
187+
@mouseleave="resetHover"
188+
@keydown.esc="resetHover"
189+
class="w-full max-w-[400px] mx-auto"
190+
>
187191
<div class="flex gap-2 place-items-center">
188192
<div class="h-3 w-3">
189193
<svg viewBox="0 0 2 2" class="w-full">

0 commit comments

Comments
 (0)