Skip to content

Commit

Permalink
Fix code duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Feb 19, 2019
1 parent 33b30b9 commit 58df594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/report/main.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
'use strict'

const config = require('./config')
const { start } = require('./start')
const { complete } = require('./complete')
const { end } = require('./end')
const config = require('./config')
const utils = require('./utils')

module.exports = {
Expand Down

0 comments on commit 58df594

Please sign in to comment.