Skip to content

Commit a8a2457

Browse files
committed
space
1 parent 535e036 commit a8a2457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/io.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3617,7 +3617,7 @@ function readMapElement(buf) {
36173617

36183618
if (this.member_wise) {
36193619
// when member-wise streaming is used, version is written
3620-
const si = buf.fFile.findStreamerInfo(this.pairtype, this.stl_version.val , this.stl_version.checksum);
3620+
const si = buf.fFile.findStreamerInfo(this.pairtype, this.stl_version.val, this.stl_version.checksum);
36213621

36223622
if (si && (this.si !== si)) {
36233623
streamer = getPairStreamer(si, this.pairtype, buf.fFile);

0 commit comments

Comments
 (0)