Commit bff67fd7 authored by ioedeveloper's avatar ioedeveloper Committed by yann300

Fixed linting error

parent 6b5dd747
......@@ -6,7 +6,7 @@ class ScrollEditor extends EventEmitter {
const browser = this.api
browser.waitForElementPresent('.ace_text-input')
for (let i=0; i<numberOfTimes; i++){
for (let i = 0; i < numberOfTimes; i++) {
if (direction.toLowerCase() === 'up') browser.sendKeys('.ace_text-input', browser.Keys.ARROW_UP)
if (direction.toLowerCase() === 'down') browser.sendKeys('.ace_text-input', browser.Keys.ARROW_DOWN)
}
......
......@@ -147,5 +147,5 @@ const sourcehighlightScript = {
console.log(e.message)
}
})()
`
}
\ No newline at end of file
`
}
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