Skip to content

Commit 50a875b

Browse files
committed
fix: lint
Signed-off-by: Umberto Sgueglia <usgueglia@contractor.linuxfoundation.org>
1 parent df65abe commit 50a875b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

backend/src/api/public/v1/packages/blastRadiusAnalysis.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,7 @@ function toSummary(
116116
dependentsAnalyzed,
117117
dependentsAffected: affected.length,
118118
affectedPercentage:
119-
conclusive.length > 0
120-
? Math.round((affected.length / conclusive.length) * 1000) / 10
121-
: null,
119+
conclusive.length > 0 ? Math.round((affected.length / conclusive.length) * 1000) / 10 : null,
122120
affectedDependents: affected.map((r) => r.dependent),
123121
}
124122
}

0 commit comments

Comments
 (0)