summaryrefslogtreecommitdiff
path: root/std/datetime/mod.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/datetime/mod.ts')
-rw-r--r--std/datetime/mod.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/datetime/mod.ts b/std/datetime/mod.ts
index 124f73911..036cd2cc5 100644
--- a/std/datetime/mod.ts
+++ b/std/datetime/mod.ts
@@ -145,7 +145,7 @@ export function toIMF(date: Date): string {
"Sep",
"Oct",
"Nov",
- "Dec"
+ "Dec",
];
return `${days[date.getUTCDay()]}, ${d} ${
months[date.getUTCMonth()]