Skip to content

Commit 61c8d5d

Browse files
[autofix.ci] apply automated fixes
1 parent 38718a6 commit 61c8d5d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -843,9 +843,7 @@ onKeyStroke(
843843
<dd class="font-mono text-sm text-fg flex items-center justify-start gap-2">
844844
<span class="flex items-center gap-1">
845845
<!-- Direct deps (muted) -->
846-
<span class="text-fg-muted">{{
847-
numberFormatter.format(dependencyCount)
848-
}}</span>
846+
<span class="text-fg-muted">{{ numberFormatter.format(dependencyCount) }}</span>
849847

850848
<!-- Separator and total transitive deps -->
851849
<template v-if="dependencyCount > 0 && dependencyCount !== totalDepsCount">

0 commit comments

Comments
 (0)