Skip to content

PlatformMessageChannel: code cleanup, bugfixes, and unit tests #8509

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

Merged
merged 2 commits into from
Mar 2, 2017

Conversation

mravn-google
Copy link
Contributor

Incorporating some review suggestions from #8394

buffer.putUint8(_kInt32);
buffer.putInt32(value);
}
else if (-0x7fffffffffffffff <= value && value < 0x7fffffffffffffff) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: here and elsewhere, we usually put the "else" on the same line as the "}"

@Hixie
Copy link
Contributor

Hixie commented Mar 1, 2017

Thanks!

LGTM

@mravn-google mravn-google merged commit ddaba89 into flutter:master Mar 2, 2017
@mravn-google mravn-google deleted the mgs_codec_tests branch March 2, 2017 06:24
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants