瀏覽代碼

Code style: Added extra line to improve readability.

Marek Lewandowski 6 年之前
父節點
當前提交
97d421cac8
共有 1 個文件被更改,包括 1 次插入0 次删除
  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(),