Skip to content
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

Add trailing commas in packages/flutter/test/services #81042

Merged
merged 1 commit into from Apr 23, 2021

Conversation

a14n
Copy link
Contributor

@a14n a14n commented Apr 23, 2021

Add trailing commas in packages/flutter/test/services and some reindentations according to added commas.

@flutter-dashboard flutter-dashboard bot added the framework flutter/packages/flutter repository. See also f: labels. label Apr 23, 2021
@google-cla google-cla bot added the cla: yes label Apr 23, 2021
@a14n a14n requested a review from goderbauer April 23, 2021 13:36
Copy link
Member

@goderbauer goderbauer left a comment

Choose a reason for hiding this comment

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

LGTM

throwsA(predicate((PlatformException e) =>
() => method.decodeEnvelope(errorData),
throwsA(predicate(
(PlatformException e) =>
Copy link
Member

Choose a reason for hiding this comment

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

nit (unrelated to this PR, though): according to our style guide, the => short hand shouldn't be used here because it doesn't fir on one line.

(and elsewhere in this file as well)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll take a stab at a lint for that.

@a14n a14n merged commit c78c913 into flutter:master Apr 23, 2021
@a14n a14n deleted the trailing-commas-test-services branch April 23, 2021 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
framework flutter/packages/flutter repository. See also f: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants