From 8109c8460e983e0634bfe53f93a1336d28688a7e Mon Sep 17 00:00:00 2001 From: yuri Date: Tue, 6 Nov 2018 17:05:29 +0200 Subject: [PATCH] code formatting fix --- clear_cache.php | 1 - extension.php | 2 +- upgrade.php | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) 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";