diff options
author | Daniel Weipert <code@drogueronin.de> | 2022-02-21 21:28:49 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2022-02-21 21:28:49 +0100 |
commit | df428380e288db75b41ace5d6274f44916517f9f (patch) | |
tree | 96055aac98b13e1dd6bd30c3f176117bd2fffa3c /public/index.php | |
parent | 843af14c19f62ca642bcd7af59b8ea413f681c50 (diff) |
Fix whitespace
Diffstat (limited to 'public/index.php')
-rw-r--r-- | public/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php index 3d82924..b943298 100644 --- a/public/index.php +++ b/public/index.php @@ -34,4 +34,3 @@ foreach ($config as $key => $value) { } new App(); - |