Skip to content

Commit b61d09e

Browse files
committed
Rollback over tweaking
1 parent abe6d57 commit b61d09e

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

script/tool/lib/src/version_check_command.dart

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -442,10 +442,11 @@ ${indentation}HTTP response: ${pubVersionFinderResponse.httpResponse.body}
442442
}
443443

444444
if (fromPubspec != fromChangeLog) {
445-
printError(
446-
'${indentation}Versions in CHANGELOG.md and pubspec.yaml do not match.\n '
447-
'${indentation}The version in pubspec.yaml is $fromPubspec.\n '
448-
'${indentation}The first version listed in CHANGELOG.md is $fromChangeLog.');
445+
printError('''
446+
${indentation}Versions in CHANGELOG.md and pubspec.yaml do not match.
447+
${indentation}The version in pubspec.yaml is $fromPubspec.
448+
${indentation}The first version listed in CHANGELOG.md is $fromChangeLog.
449+
''');
449450
return false;
450451
}
451452

0 commit comments

Comments
 (0)