mirror of
https://github.com/flutter/packages.git
synced 2025-08-06 17:28:42 +08:00
Add missing return for nullably typed function (#4598)
This commit is contained in:
@ -211,6 +211,7 @@ class PubspecCheckCommand extends PackageLoopingCommand {
|
||||
return '"description" is too long. pub.dev recommends package '
|
||||
'descriptions of 60-180 characters.';
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
bool _checkIssueLink(Pubspec pubspec) {
|
||||
|
Reference in New Issue
Block a user