Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tonzhan2 committed Nov 14, 2024
1 parent 3e4561b commit 8386664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sourcemaps/injectFile.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

import * as filesystem from '../../src/utils/filesystem';
import fs from 'fs'
import fs from 'fs';
import { Readable } from 'stream';
import { injectFile } from '../../src/sourcemaps/injectFile';
import { UserFriendlyError } from '../../src/utils/userFriendlyErrors';
Expand Down

0 comments on commit 8386664

Please sign in to comment.