Skip to content

Commit ae39432

Browse files
committed
refactor: prettier
1 parent aa14750 commit ae39432

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import crypto from 'crypto'
1212
import fs, { readFile } from 'fs/promises'
1313
import path from 'path'
1414
import os from 'os'
15-
import { createRequire } from 'node:module';
16-
const require = createRequire(import.meta.url);
15+
import { createRequire } from 'node:module'
16+
const require = createRequire(import.meta.url)
1717

1818
// Global type declaration for typescript
1919
declare global {

0 commit comments

Comments
 (0)