mirror of
https://github.com/flutter/packages.git
synced 2025-08-14 18:12:30 +08:00
[script] Remove unnecessary breaks in default clauses of switch statements (#7469)
See https://dart.googlesource.com/sdk.git/+/045d26bc74209f5acc6466669f89686344e83de2
This commit is contained in:
@ -149,7 +149,6 @@ class UpdateExcerptsCommand extends PackageLoopingCommand {
|
||||
language = 'groovy';
|
||||
default:
|
||||
language = extension.substring(1);
|
||||
break;
|
||||
}
|
||||
final String section = match.namedGroup('section')!;
|
||||
final String plaster = match.namedGroup('plaster') ?? '···';
|
||||
|
Reference in New Issue
Block a user