Skip to content

Commit

Permalink
[chore]: removed redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
tarun-khanna committed May 27, 2024
1 parent 22135e6 commit 126f82a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/i18nify-js/src/modules/currency/formatNumber.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { getIntlInstanceWithOptions } from '../.internal/utils';
import { CurrencyCodeType, I18nifyNumberFormatOptions } from './types';

// this function formats number based on different arguments passed
// testing codecov coverage
const formatNumber = (
amount: string | number,
options: {
Expand Down

0 comments on commit 126f82a

Please sign in to comment.