Explorar o código

Code style: Added extra line to improve readability.

Marek Lewandowski %!s(int64=6) %!d(string=hai) anos
pai
achega
97d421cac8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/ckeditor5-mention/tests/mentionui.js

+ 1 - 0
packages/ckeditor5-mention/tests/mentionui.js

@@ -919,6 +919,7 @@ describe( 'MentionUI', () => {
 
 				it( 'should not cycle with only one item in the list', () => {
 					setData( model, '<paragraph>foo []</paragraph>' );
+
 					const keyDownEvtData = {
 						keyCode: keyCodes.arrowdown,
 						preventDefault: sinon.spy(),