Remove errant double spaces (#110758)

This commit is contained in:
Pierre-Louis
2022-09-02 06:00:58 +02:00
committed by GitHub
parent 1658cb5eb1
commit 0c2f7bc2a2
93 changed files with 155 additions and 154 deletions

View File

@@ -7,8 +7,8 @@ import 'dart:io';
const String registry = 'https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry';
/// A script to generate a Dart cache of https://www.iana.org. This should be
/// run occasionally. It was created since iana.org was found to be flakey.
/// A script to generate a Dart cache of https://www.iana.org. This should be
/// run occasionally. It was created since iana.org was found to be flakey.
///
/// To execute: dart gen_subtag_registry.dart > language_subtag_registry.dart
Future<void> main() async {