Skip to content

Commit

Permalink
squash: add line feed
Browse files Browse the repository at this point in the history
  • Loading branch information
LiviaMedeiros committed Nov 2, 2024
1 parent 60d7cd0 commit 7605bf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/icu/localizationData-v74.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@
"mr": "५,८६,९२०.६१७ तासांपूर्वी",
"te": "5,86,920.617 గంటల క్రితం"
}
}
}
2 changes: 1 addition & 1 deletion test/fixtures/icu/localizationData-v75.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@
"mr": "५,८६,९२०.६१७ तासांपूर्वी",
"te": "5,86,920.617 గంటల క్రితం"
}
}
}
2 changes: 1 addition & 1 deletion tools/icu/update-test-data.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ const localizationData = locales.reduce((acc, locale) => {
relativeTime: {},
});

writeFileSync(outputFilePath, JSON.stringify(localizationData, null, 2));
writeFileSync(outputFilePath, JSON.stringify(localizationData, null, 2) + '\n');

0 comments on commit 7605bf2

Please sign in to comment.