浏览代码

Internal: code style.

Piotr Jasiun 7 年之前
父节点
当前提交
4f8e4b78c8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/ckeditor5-engine/tests/model/operation/transform/wrap.js

+ 2 - 2
packages/ckeditor5-engine/tests/model/operation/transform/wrap.js

@@ -72,7 +72,7 @@ describe( 'transform', () => {
 
 				syncClients();
 
-				expectClients( '<paragraph><div>Foo</div></pragraph>');
+				expectClients( '<paragraph><div>Foo</div></pragraph>' );
 			} );
 
 			it.skip( 'intersecting wrap, then undo #1', () => {
@@ -110,7 +110,7 @@ describe( 'transform', () => {
 
 				syncClients();
 
-				expectClients( '<paragraph><div>Foo</div></pragraph>');
+				expectClients( '<paragraph><div>Foo</div></pragraph>' );
 			} );
 
 			it( 'element and text', () => {