Commit 4e1d5608 authored by ioedeveloper's avatar ioedeveloper

Fixed linting error

parent 1b047826
...@@ -17,7 +17,7 @@ module.exports = function (browser, callback, url, preloadPlugins = true) { ...@@ -17,7 +17,7 @@ module.exports = function (browser, callback, url, preloadPlugins = true) {
}) })
} }
}) })
.perform(()=>{ .perform(() => {
callback() callback()
}) })
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment