this is just a style fix
authorEduardo <[email protected]>
Thu, 23 Nov 2023 19:24:29 +0000 (20:24 +0100)
committerEduardo <[email protected]>
Thu, 23 Nov 2023 19:24:29 +0000 (20:24 +0100)
page-generator/generator.php

index fd73b6064eb91a89ef85327daba8fdbd8d3156da..e2c1b91245707438048f83a3ae3d8dd154cd8111 100644 (file)
@@ -64,7 +64,7 @@ class CodeGenerator
     {
         if (is_null($content))
             return;
-        
+
         file_put_contents($filePath, $content, FILE_APPEND | LOCK_EX);
     }