Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
nedley committed Jun 6, 2024
1 parent dd84812 commit d88bd4a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3518,7 +3518,8 @@ static void printCollationOrder() throws IOException {
}
}
try (PrintWriter outText =
FileUtilities.openUTF8Writer(GenerateEmojiData.getOutputDir(), "internal/emoji-ordering-rules.txt")) {
FileUtilities.openUTF8Writer(
GenerateEmojiData.getOutputDir(), "internal/emoji-ordering-rules.txt")) {
outText.append(
"<!-- Machine-readable version of the emoji ordering rules for v"
+ Emoji.VERSION_STRING
Expand Down

0 comments on commit d88bd4a

Please sign in to comment.