style: add newline at end of BigInteger.php file

This commit is contained in:
Simon Podlipsky 2023-02-27 12:34:33 +01:00 committed by terrafrost
parent fbe79b0855
commit c053b895c8

View File

@ -886,4 +886,4 @@ class BigInteger implements \JsonSerializable
return new static($val);
}, $this->value->bitwise_split($split));
}
}
}