Skip to content

Commit 4ba5b57

Browse files
committed
Update whitespace for code style
1 parent 3995a28 commit 4ba5b57

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/js/_enqueues/wp/theme-plugin-editor.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -400,13 +400,13 @@ wp.themePluginEditor = (function( $ ) {
400400
editor.codemirror.on( 'change', component.onChange );
401401

402402
editor.codemirror.setOption( 'extraKeys', {
403-
'Ctrl-S': function () {
404-
component.form.submit();
405-
},
406-
'Cmd-S': function () {
407-
component.form.submit();
408-
}
409-
});
403+
'Ctrl-S': function () {
404+
component.form.submit();
405+
},
406+
'Cmd-S': function () {
407+
component.form.submit();
408+
},
409+
} );
410410

411411
// Improve the editor accessibility.
412412
$( editor.codemirror.display.lineDiv )

0 commit comments

Comments
 (0)