Use space instead of tab in comments

This commit is contained in:
Sosuke Suzuki 2024-04-15 19:24:23 +09:00 committed by Philip Chimento
parent 142a6a6fbe
commit 23c3e0111b
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ features: [Intl.DisplayNames]
---*/
// https://unicode.org/reports/tr35/#unicode_region_subtag
// unicode_region_subtag = (alpha{2} | digit{3}) ;
// unicode_region_subtag = (alpha{2} | digit{3}) ;
var displayNames = new Intl.DisplayNames(undefined, {type: 'region'});