Skip to content

Commit 8825c57

Browse files
committed
lint:fix
1 parent 71604ee commit 8825c57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/@react-native-windows/perf-testing/src/ci/BaselineComparator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ export class BaselineComparator {
107107
? ((head.medianDuration - base.medianDuration) / base.medianDuration) *
108108
100
109109
: head.medianDuration > 0
110-
? Infinity
111-
: 0;
110+
? Infinity
111+
: 0;
112112

113113
const errors: string[] = [];
114114

0 commit comments

Comments
 (0)