Skip to content

Commit 6b56e38

Browse files
committed
Fix prettier
1 parent 72dc89f commit 6b56e38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Onyx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ function clear(keysToPreserve: OnyxKey[] = []): Promise<void> {
315315
OnyxKey,
316316
{oldValues: Record<string, KeyValueMapping[OnyxKey] | undefined>; newValues: Record<string, KeyValueMapping[OnyxKey] | undefined>}
317317
> = {};
318-
318+
319319
const allKeys = new Set([...cachedKeys, ...initialKeys]);
320320

321321
// The only keys that should not be cleared are:

0 commit comments

Comments
 (0)