Skip to content

Commit 5101533

Browse files
authored
Fix hashes.dart formatting (#960)
1 parent d9cce0b commit 5101533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/intl4x/tool/regenerate_hashes.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Future<void> main(List<String> args) async {
4747
import 'package:native_assets_cli/code_assets.dart' show Architecture, OS;
4848
4949
const fileHashes = <(OS, Architecture, String), String>{
50-
${fileHashes.map((key, value) => MapEntry(('OS.${key.$1}', 'Architecture.${key.$2}', "'${key.$3}'"), "'$value'")).entries.map((e) => ' ${e.key}:\n ${e.value}').join(',\n')}
50+
${fileHashes.map((key, value) => MapEntry(('OS.${key.$1}', 'Architecture.${key.$2}', "'${key.$3}'"), "'$value'")).entries.map((e) => ' ${e.key}:\n ${e.value},').join('\n')}
5151
};
5252
''');
5353
}

0 commit comments

Comments
 (0)