mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
chore: migrate from pedantic to lints package
This commit is contained in:
parent
2c28fddcec
commit
145af3054d
6 changed files with 8 additions and 7 deletions
|
@ -55,4 +55,7 @@ class Oid {
|
|||
return (other is Oid) &&
|
||||
(bindings.compare(_oidPointer, other._oidPointer) == 1);
|
||||
}
|
||||
|
||||
@override
|
||||
int get hashCode => _oidPointer.address.hashCode;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue