Skip to content

Commit c21b485

Browse files
committed
Fix lint error
1 parent 0444616 commit c21b485

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/browser/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const defaultOptions = require('./defaultOptions');
2-
const {getCreateFFmpegCore} = require('./getCreateFFmpegCore');
3-
const {fetchFile} = require('./fetchFile');
2+
const { getCreateFFmpegCore } = require('./getCreateFFmpegCore');
3+
const { fetchFile } = require('./fetchFile');
44

5-
export {defaultOptions, getCreateFFmpegCore, fetchFile};
5+
export { defaultOptions, getCreateFFmpegCore, fetchFile };

0 commit comments

Comments
 (0)