Skip to content

Commit

Permalink
fix: test ci automation
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch committed May 26, 2023
1 parent fe12ba2 commit 8c0d47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ngx-intl/src/lib/intl-date.pipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const INTL_DATE_PRESET_FULL_TIME: IntlDateOptions =
{ hour: 'numeric', minute: 'numeric', second: 'numeric', timeZoneName: 'long' };

/**
* A pipe that formats a date using the Intl.DateTimeFormat API.
* A pipe that formats a date using the Intl.DateTimeFormat API
*/
@Pipe({
name: 'intlDate',
Expand Down

0 comments on commit 8c0d47c

Please sign in to comment.