Skip to content

Commit

Permalink
chore: remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Nov 17, 2024
1 parent 9afa8e3 commit 278e15d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/document/attribute.dart
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ class Attribute<T> {
return Attribute(origin.key, origin.scope, value);
}

// This might not needed anymore because of equatable
@override
bool operator ==(Object other) {
if (identical(this, other)) return true;
Expand Down

0 comments on commit 278e15d

Please sign in to comment.