Skip to content

Commit

Permalink
Sort on key
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Oct 22, 2024
1 parent acce15d commit 6c3481a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/messages_builder/lib/builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ class MessageCallingCodeGenerator {
id: 'package:${options.packageName}/${resource.path}',
hasch: resource.message.hash,
),
)));
))
..sortedBy((element) => element.key));

printIncludeFilesNotification(messageList.context, localeToResourceInfo);
return LibraryGeneration(
Expand Down

0 comments on commit 6c3481a

Please sign in to comment.