From 310ed3aefc0fe956e9ba84c2bef087e04e054fe9 Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Wed, 9 Jun 2021 11:52:26 +0100 Subject: [PATCH] Formatting./ --- packages/string-templates/scripts/gen-collection-info.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/string-templates/scripts/gen-collection-info.js b/packages/string-templates/scripts/gen-collection-info.js index 7baee1e797..fcd3cb4923 100644 --- a/packages/string-templates/scripts/gen-collection-info.js +++ b/packages/string-templates/scripts/gen-collection-info.js @@ -20,7 +20,8 @@ const ADDED_HELPERS = { args: ["datetime", "format"], numArgs: 2, example: '{{date now "DD-MM-YYYY" "America/New_York" }} -> 21-01-2021', - description: "Format a date using moment.js date formatting - the timezone is optional and uses the tz database.", + description: + "Format a date using moment.js date formatting - the timezone is optional and uses the tz database.", }, duration: { args: ["time", "durationType"],