diff --git a/lib/src/document/nodes/leaf.dart b/lib/src/document/nodes/leaf.dart index 15c0aeb9..eab873b1 100644 --- a/lib/src/document/nodes/leaf.dart +++ b/lib/src/document/nodes/leaf.dart @@ -154,8 +154,6 @@ abstract base class Leaf extends Node { } /// Splits this leaf node at [index] and returns new node. - ///import '../style.dart'; - /// If this is the last node in its list and [index] equals this node's /// length then this method returns `null` as there is nothing left to split. /// If there is another leaf node after this one and [index] equals this