Skip to content

Commit

Permalink
style: format source code
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 20, 2023
1 parent 6543eec commit ff059b8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/formatters/values_formatter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ import formatters from '@poppinss/intl-formatter'
import { DateTime, type DurationObjectUnits } from 'luxon'

import { format } from './relative_time_formatter.js'
import type {
TimeFormatOptions,
NumberFormatOptions,
CurrencyFormatOptions,
} from '../types.js'
import type { TimeFormatOptions, NumberFormatOptions, CurrencyFormatOptions } from '../types.js'

/**
* Mapping of "Intl.RelativeTimeFormatUnit" to luxon "DurationObjectUnits"
Expand Down

0 comments on commit ff059b8

Please sign in to comment.