Skip to content

Commit 8c52b01

Browse files
committed
remove extra space
1 parent fba6a06 commit 8c52b01

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
@@ -3630,7 +3630,7 @@ function readMapElement(buf) {
36303630

36313631
if (this.member_wise) {
36323632
// when member-wise streaming is used, version is written
3633-
const si = buf.fFile.findStreamerInfo(this.pairtype, this.stl_version.val , this.stl_version.checksum);
3633+
const si = buf.fFile.findStreamerInfo(this.pairtype, this.stl_version.val, this.stl_version.checksum);
36343634

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

0 commit comments

Comments
 (0)