浏览代码

Internal: Fixed code style issue.

Maciej Bukowski 8 年之前
父节点
当前提交
6ce7da63f4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-easy-image/tests/easyimage.js

+ 1 - 1
packages/ckeditor5-easy-image/tests/easyimage.js

@@ -17,7 +17,7 @@ import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
 import CloudServices from '@ckeditor/ckeditor5-cloudservices/src/cloudservices';
 import TokenMock from '@ckeditor/ckeditor5-cloudservices/tests/_utils/tokenmock';
 
-const Token = CloudServices.Token
+const Token = CloudServices.Token;
 
 describe( 'EasyImage', () => {
 	before( () => {