Skip to content

Commit 963584a

Browse files
removed edits to Binary constructor
1 parent 182450c commit 963584a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/binary.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export class Binary {
107107
}
108108

109109
this.position = this.buffer.byteLength;
110-
110+
}
111111
}
112112

113113
/**

0 commit comments

Comments
 (0)