Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit d78ecfb

Browse files
committed
new line
1 parent 3bd5b4d commit d78ecfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/chrome.dart

+1
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ class _Position {
148148

149149
@override
150150
int get hashCode => hash2(line, column);
151+
151152
@override
152153
bool operator ==(dynamic o) =>
153154
o is _Position && o.line == line && o.column == column;

0 commit comments

Comments
 (0)