Browse Source

Remove empty line in selection-post-fixer.

Maciej Gołaszewski 7 years ago
parent
commit
9ce962b5bd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/ckeditor5-engine/src/model/utils/selection-post-fixer.js

+ 0 - 1
packages/ckeditor5-engine/src/model/utils/selection-post-fixer.js

@@ -159,7 +159,6 @@ function tryFixingCollapsedRange( range, schema ) {
 //
 // @param {module:engine/model/range~Range} range Expanded range to fix.
 // @param {module:engine/model/schema~Schema} schema
-
 // @returns {module:engine/model/range~Range|null} Returns fixed range or null if range is valid.
 function tryFixingNonCollapsedRage( range, schema ) {
 	const start = range.start;