Преглед на файлове

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' } );
 		}