Removed extra space

This commit is contained in:
freearhey
2026-02-20 15:31:27 +03:00
parent e472e1cee4
commit 6ef5718d1a

View File

@@ -119,7 +119,7 @@ async function main() {
await storage.save(outputFilepath, xml)
logger.info(`File '${outputFilepath}' successfully saved`)
}
}
}
main()