Skip to content

Commit 2739788

Browse files
committed
chore: style
1 parent b6184aa commit 2739788

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/cubejs-backend-shared/test/promises.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ import {
55
retryWithTimeout,
66
withTimeout,
77
withTimeoutRace,
8-
asyncMemoize, asyncRetry, asyncDebounceFn, asyncMemoizeBackground,
8+
asyncMemoize,
9+
asyncRetry,
10+
asyncDebounceFn,
11+
asyncMemoizeBackground,
912
} from '../src';
1013

1114
test('createCancelablePromise', async () => {

0 commit comments

Comments
 (0)