Skip to content

Commit 3d31ecf

Browse files
committed
fix lints
1 parent dc502e2 commit 3d31ecf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

lib/src/common/model/checks.dart

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -229,15 +229,15 @@ class CheckRunAnnotation {
229229
@override
230230
bool operator ==(dynamic other) {
231231
if (other is CheckRunAnnotation) {
232-
return other.annotationLevel == this.annotationLevel &&
233-
other.path == this.path &&
234-
other.startColumn == this.startColumn &&
235-
other.endColumn == this.endColumn &&
236-
other.startLine == this.startLine &&
237-
other.endLine == this.endLine &&
238-
other.title == this.title &&
239-
other.message == this.message &&
240-
other.rawDetails == this.rawDetails;
232+
return other.annotationLevel == annotationLevel &&
233+
other.path == path &&
234+
other.startColumn == startColumn &&
235+
other.endColumn == endColumn &&
236+
other.startLine == startLine &&
237+
other.endLine == endLine &&
238+
other.title == title &&
239+
other.message == message &&
240+
other.rawDetails == rawDetails;
241241
}
242242
return false;
243243
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy