Procházet zdrojové kódy

Remove unnecessary empty line after comment

panr před 6 roky
rodič
revize
3897e98c76

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