Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromewu committed Aug 14, 2022
1 parent 0444616 commit c21b485
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/browser/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const defaultOptions = require('./defaultOptions');
const {getCreateFFmpegCore} = require('./getCreateFFmpegCore');
const {fetchFile} = require('./fetchFile');
const { getCreateFFmpegCore } = require('./getCreateFFmpegCore');
const { fetchFile } = require('./fetchFile');

export {defaultOptions, getCreateFFmpegCore, fetchFile};
export { defaultOptions, getCreateFFmpegCore, fetchFile };

0 comments on commit c21b485

Please sign in to comment.