Explorar el Código

Fix code style issues.

Maciej Gołaszewski hace 6 años
padre
commit
4e933ccd34
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      packages/ckeditor5-engine/src/view/filler.js

+ 0 - 1
packages/ckeditor5-engine/src/view/filler.js

@@ -178,7 +178,6 @@ function jumpOverInlineFiller( evt, data ) {
 function hasInlineSiblingOrParent( domNode ) {
 	const hasParent = !!domNode.parentNode;
 
-
 	if ( !hasParent ) {
 		return false;
 	}