Skip to content

Commit

Permalink
lint: fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
brenca committed Mar 15, 2019
1 parent cf92c22 commit 0efc992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/api-subframe-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ describe('renderer nodeIntegrationInSubFrames', () => {
for (let j = 0; j < length; j++) {
const newConfig = Object.assign({}, configs[j])
newConfig.webPreferences = Object.assign({},
newConfig.webPreferences, permutations[i].webPreferences)
newConfig.webPreferences, permutations[i].webPreferences)
newConfig.names = newConfig.names.slice(0)
newConfig.names.push(permutations[i].name)
configs.push(newConfig)
Expand Down

0 comments on commit 0efc992

Please sign in to comment.