Merge branch 'main' into hash_files
diff --git a/images/index.js b/images/index.js
index 5a69e82..10fc63d 100644
--- a/images/index.js
+++ b/images/index.js
@@ -14,6 +14,7 @@
 const examplesDirectory = '../examples/';
 const destinationDirectory = './screenshots';
 const md5Directory = './md5sum/lottie_web';
+
 if (!fs.existsSync(destinationDirectory)) {
   fs.mkdirSync(destinationDirectory);
 }