Skip to content

Commit 95240a9

Browse files
[autofix.ci] apply automated fixes
1 parent bfba80e commit 95240a9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

app/pages/package/[[org]]/[name]/versions.vue

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,15 +525,19 @@ const flatItems = computed<FlatItem[]>(() => {
525525
</div>
526526

527527
<!-- Right side -->
528-
<div class="grid grid-flow-col auto-cols-max items-center gap-2 shrink-0 relative z-10 justify-end">
528+
<div
529+
class="grid grid-flow-col auto-cols-max items-center gap-2 shrink-0 relative z-10 justify-end"
530+
>
529531
<span
530532
v-if="getVersionDownloads(item.version)"
531533
class="grid grid-flow-col auto-cols-max items-center justify-end gap-1 text-xs text-fg-muted tabular-nums w-24 text-end shrink-0"
532534
:aria-label="getDownloadsAriaLabel(getVersionDownloads(item.version)!)"
533535
:title="getDownloadsAriaLabel(getVersionDownloads(item.version)!)"
534536
dir="ltr"
535537
>
536-
<span>{{ numberFormatter.format(getVersionDownloads(item.version)!) }}</span>
538+
<span>{{
539+
numberFormatter.format(getVersionDownloads(item.version)!)
540+
}}</span>
537541
<span class="i-lucide:chart-line" aria-hidden="true"></span>
538542
</span>
539543
<!-- Metadata: date + provenance -->

0 commit comments

Comments
 (0)