浏览代码

Remove unnecessary empty line after comment

panr 6 年之前
父节点
当前提交
3897e98c76
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/ckeditor5-restricted-editing/src/restrictededitingmodeediting.js

+ 0 - 1
packages/ckeditor5-restricted-editing/src/restrictededitingmodeediting.js

@@ -186,7 +186,6 @@ export default class RestrictedEditingModeEditing extends Plugin {
 
 		// The restricted editing might be configured without input support - ie allow only bolding or removing text.
 		// This check is bit synthetic since only tests are used this way.
-
 		if ( inputCommand ) {
 			this.listenTo( inputCommand, 'execute', disallowInputExecForWrongRange( editor ), { priority: 'high' } );
 		}