Skip to content

Commit

Permalink
lint: fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
brenca committed Apr 3, 2019
1 parent d5f5160 commit ef2577c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/api-web-contents-spec.js
Expand Up @@ -1339,7 +1339,7 @@ describe('webContents module', () => {
})
w.webContents.once('did-finish-load', async () => {
const result = await w.webContents.executeJavaScript(
`runTest(${features.isPictureInPictureEnabled()})`, true)
`runTest(${features.isPictureInPictureEnabled()})`, true)
assert.strictEqual(result, true)
done()
})
Expand Down

0 comments on commit ef2577c

Please sign in to comment.