-
Notifications
You must be signed in to change notification settings - Fork 28.5k
[gen_l10n] Better blank lines in the header of generated files #103414
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
[gen_l10n] Better blank lines in the header of generated files #103414
Conversation
/// Callers can lookup localized strings with an instance of @(class) returned | ||
/// by `@(class).of(context)`. | ||
/// Callers can lookup localized strings with an instance of @(class) | ||
/// returned by `@(class).of(context)`. |
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.
These are document changes.
Or maybe we can run the format for the content? |
packages/flutter_tools/lib/src/localizations/gen_l10n_templates.dart
Outdated
Show resolved
Hide resolved
packages/flutter_tools/test/general.shard/generate_localizations_test.dart
Outdated
Show resolved
Hide resolved
packages/flutter_tools/test/general.shard/generate_localizations_test.dart
Outdated
Show resolved
Hide resolved
packages/flutter_tools/test/general.shard/generate_localizations_test.dart
Outdated
Show resolved
Hide resolved
packages/flutter_tools/test/general.shard/generate_localizations_test.dart
Outdated
Show resolved
Hide resolved
packages/flutter_tools/test/general.shard/generate_localizations_test.dart
Outdated
Show resolved
Hide resolved
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
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
Improve the generated localization files by removing useless blank lines in the header.
localizations_*.dart:
localizations.dart:
Pre-launch Checklist
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.