mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-13306 Complete refactoring code based off of code review feedback.
X-SVN-Rev: 40360
This commit is contained in:
parent
6e33099276
commit
994a671e4e
1 changed files with 1 additions and 1 deletions
|
@ -1205,7 +1205,7 @@ RuleBasedNumberFormat::format(double number,
|
|||
if (defaultRuleSet) {
|
||||
format(number, *defaultRuleSet, toAppendTo, status);
|
||||
}
|
||||
return adjustForCapitalizationContext(startPos, toAppendTo, status);
|
||||
return toAppendTo;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue