Skip to content

Commit b9b25e6

Browse files
committed
prettier formatting
1 parent 40ee7d0 commit b9b25e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/date_utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export function safeDateFormat(
226226
/**
227227
* Used as a delimiter to separate two dates when formatting a date range
228228
*/
229-
export const DATE_RANGE_SEPARATOR = ' - '
229+
export const DATE_RANGE_SEPARATOR = " - ";
230230

231231
/**
232232
* Safely formats a date range.

0 commit comments

Comments
 (0)