-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
misc: fix roundtrip #8815
misc: fix roundtrip #8815
Conversation
node version? |
node --version |
I get the same w/ v10.14.2 |
lgtm me then ? :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
can confirm I get the same diff on 11.13.0 as well |
"title": "Keep request counts low and transfer sizes small" | ||
}, | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems...not ideal :) why is adding so many extra spaces and useless .0
s?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed the trailing spaces in #8818, we could try to get rid of the useless .0
s, but it's messier...
just ran
yarn update:sample-json
on master and this is the diff i got.curious if everyone else has the same changes?