chore: formatting

This commit is contained in:
cha0s 2019-10-02 18:06:40 -05:00
parent 9f31d98f5b
commit b593a56b53

View File

@ -44,7 +44,7 @@ export class BundlePacket extends Packet {
}
static unpack(packet) {
const data = super.unpack(packet)
const data = super.unpack(packet);
const packets = [];
let caret = 0;
while (caret < data.length) {