diff --git a/clear_cache.php b/clear_cache.php index 8e2d503862..dba31455d7 100644 --- a/clear_cache.php +++ b/clear_cache.php @@ -37,4 +37,3 @@ include "bootstrap.php"; $app = new \Espo\Core\Application(); $app->runClearCache(); - diff --git a/extension.php b/extension.php index 31e480719d..e729b96931 100644 --- a/extension.php +++ b/extension.php @@ -77,4 +77,4 @@ try { $app->runRebuild(); } catch (\Exception $e) {} -echo "Installation is complete.\n"; \ No newline at end of file +echo "Installation is complete.\n"; diff --git a/upgrade.php b/upgrade.php index 77d5ea07fd..6aa8341af0 100644 --- a/upgrade.php +++ b/upgrade.php @@ -83,4 +83,4 @@ try { $app->runRebuild(); } catch (\Exception $e) {} -echo "Upgrade is complete. New version is " . $config->get('version') . ". \n"; \ No newline at end of file +echo "Upgrade is complete. New version is " . $config->get('version') . ". \n";