Fix formatting

pull/1488/head
EgorK0rshun 2 years ago
parent f3bb12bcbc
commit 694faa1138
  1. 2
      lib/src/models/documents/nodes/line.dart

@ -182,7 +182,7 @@ class Line extends Container<Leaf?> {
// nextLine might have been unmounted since last assert so we need to // nextLine might have been unmounted since last assert so we need to
// check again we still have a line after us. // check again we still have a line after us.
if(nextLine != null) { if (nextLine != null) {
// Move remaining children in this line to the next line so that all // Move remaining children in this line to the next line so that all
// attributes of nextLine are preserved. // attributes of nextLine are preserved.
nextLine?.moveChildToNewParent(this); nextLine?.moveChildToNewParent(this);

Loading…
Cancel
Save