From 6ef5718d1a78f115d25b98d6f6c36e2c3195adfc Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Fri, 20 Feb 2026 15:31:27 +0300 Subject: [PATCH] Removed extra space --- scripts/commands/channels/parse.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/commands/channels/parse.ts b/scripts/commands/channels/parse.ts index 02793d25..819e75ff 100644 --- a/scripts/commands/channels/parse.ts +++ b/scripts/commands/channels/parse.ts @@ -119,7 +119,7 @@ async function main() { await storage.save(outputFilepath, xml) logger.info(`File '${outputFilepath}' successfully saved`) - } + } } main()