mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 17:48:07 +02:00
Fix the remaining ESLint operator-assignment
errors
This commit is contained in:
parent
901b24e8af
commit
819be0e78b
5 changed files with 6 additions and 6 deletions
|
@ -20,7 +20,7 @@ class AsciiHexStream extends DecodeStream {
|
|||
// Most streams increase in size when decoded, but AsciiHex streams shrink
|
||||
// by 50%.
|
||||
if (maybeLength) {
|
||||
maybeLength = 0.5 * maybeLength;
|
||||
maybeLength *= 0.5;
|
||||
}
|
||||
super(maybeLength);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue