Skip to content

Commit 34f55ce

Browse files
committed
Fix prettier formatting in lz4.test.ts
1 parent b8f7585 commit 34f55ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/unit/utils/lz4.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ describe('lz4 module loader', () => {
2222
});
2323
});
2424

25-
const mockModuleLoad = (
26-
lz4MockOrError: unknown,
27-
): { restore: () => void; wasLz4LoadAttempted: () => boolean } => {
25+
const mockModuleLoad = (lz4MockOrError: unknown): { restore: () => void; wasLz4LoadAttempted: () => boolean } => {
2826
// eslint-disable-next-line global-require
2927
const Module = require('module');
3028
const originalLoad = Module._load;

0 commit comments

Comments
 (0)