Răsfoiți Sursa

Code style: Added extra line to improve readability.

Marek Lewandowski 6 ani în urmă
părinte
comite
97d421cac8
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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(),