Skip to content

Commit 6275b0b

Browse files
Jai Raj ChoudharyJai Raj Choudhary
authored andcommitted
npm run format
1 parent 553f4a4 commit 6275b0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/engine/policy-evaluator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ function evaluateEvalCondition(
157157
return false;
158158
}
159159

160-
// compute the delta
160+
// compute the delta
161161
function computeDelta(actual: MetricValue, baseline: MetricValue): number | undefined {
162162
if (typeof actual === "number" && typeof baseline === "number") {
163163
return actual - baseline;

0 commit comments

Comments
 (0)