Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus authored Oct 21, 2022
1 parent a255809 commit 9022fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/relative-time.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export type Tense = 'auto' | 'past' | 'future'
export default class RelativeTime {
date: Date
locale: string

constructor(date: Date, locale: string) {
this.date = date
this.locale = locale
Expand Down

0 comments on commit 9022fc8

Please sign in to comment.