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 535e036 commit a8a2457Copy full SHA for a8a2457
modules/io.mjs
@@ -3617,7 +3617,7 @@ function readMapElement(buf) {
3617
3618
if (this.member_wise) {
3619
// 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);
+ const si = buf.fFile.findStreamerInfo(this.pairtype, this.stl_version.val, this.stl_version.checksum);
3621
3622
if (si && (this.si !== si)) {
3623
streamer = getPairStreamer(si, this.pairtype, buf.fFile);
0 commit comments