Apply dart autofixes
This commit is contained in:
parent
2f3991b97c
commit
c10ffc58b8
5 changed files with 22 additions and 14 deletions
|
@ -351,8 +351,9 @@ class ByteLayer {
|
|||
seek(position);
|
||||
int current = readUnsignedByte();
|
||||
return (current & mask) == mask;
|
||||
} else
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
int getBit(int position) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue