We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba6a06 commit 8c52b01Copy full SHA for 8c52b01
modules/io.mjs
@@ -3630,7 +3630,7 @@ function readMapElement(buf) {
3630
3631
if (this.member_wise) {
3632
// 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);
+ const si = buf.fFile.findStreamerInfo(this.pairtype, this.stl_version.val, this.stl_version.checksum);
3634
3635
if (si && (this.si !== si)) {
3636
streamer = getPairStreamer(si, this.pairtype, buf.fFile);
0 commit comments