Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Code style (linter).
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Piechaczek committed Nov 21, 2018
1 parent 7334a34 commit 5efc8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/view/manual/noselection-iframe.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ iframe.addEventListener( 'load', () => {

setData( view,
'<container:p>foo</container:p>' +
'<container:p>bar</container:p>'
'<container:p>bar</container:p>'
);
} );

0 comments on commit 5efc8e6

Please sign in to comment.