From 29a6fab20b31206d688f64df35d195b08695f831 Mon Sep 17 00:00:00 2001 From: Luca Armaroli Date: Sat, 5 Sep 2020 12:41:05 +0200 Subject: [PATCH] minor formatting changes --- src/VideoUtils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/VideoUtils.ts b/src/VideoUtils.ts index 0b21760..21cfdb9 100644 --- a/src/VideoUtils.ts +++ b/src/VideoUtils.ts @@ -9,6 +9,7 @@ import { parse as parseDuration, Duration } from 'iso8601-duration'; import path from 'path'; import sanitizeWindowsName from 'sanitize-filename'; + function publishedDateToString(date: string): string { const dateJs: Date = new Date(date); const day: string = dateJs.getDate().toString().padStart(2, '0');