Skip to content

Commit

Permalink
chore: fix issues identified by prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ericenns committed Mar 2, 2023
1 parent 812e3bf commit 54dc607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/resources/js/utilities/date-utilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ export function formatDate({
date,
format,
}: {
date: Date,
format?: Intl.DateTimeFormatOptions,
date: Date;
format?: Intl.DateTimeFormatOptions;
}) {
return formatInternationalizedDateTime(date, format);
}
Expand Down

0 comments on commit 54dc607

Please sign in to comment.