Skip to content

Commit 9073e97

Browse files
committed
fix prettier
1 parent 94767fa commit 9073e97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/useOnyx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function memoizedShallowEqual(a: unknown, b: unknown): boolean {
5151
}
5252

5353
const cachedVerdict = verdictsForA.get(b);
54-
54+
5555
if (cachedVerdict !== undefined) {
5656
return cachedVerdict;
5757
}

0 commit comments

Comments
 (0)