Skip to content

Commit

Permalink
revert unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
younies committed Jan 21, 2025
1 parent eb6ab8a commit 1ee1c40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions icu4c/source/i18n/number_fluent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,9 @@ void LocalizedNumberFormatter::formatImpl(impl::UFormattedNumberData* results, U
} else {
NumberFormatterImpl::formatStatic(fMacros, results, status);
}
if (U_FAILURE(status)) {
return;
}
results->getStringRef().writeTerminator(status);
}

Expand Down

0 comments on commit 1ee1c40

Please sign in to comment.