From eb01780d70f52b80389c7d269083f98fa070a8df Mon Sep 17 00:00:00 2001 From: luca0N! <63941044+luca0N@users.noreply.github.com> Date: Thu, 28 May 2020 17:31:50 -0300 Subject: [PATCH] Added newline at end of files --- cfg.example.json | 2 +- index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cfg.example.json b/cfg.example.json index c7eb0fc..eb7bf12 100644 --- a/cfg.example.json +++ b/cfg.example.json @@ -8,4 +8,4 @@ "adl2", "adl3" ] -} \ No newline at end of file +} diff --git a/index.php b/index.php index 5c649d6..b401b24 100644 --- a/index.php +++ b/index.php @@ -104,4 +104,4 @@ $cfg = json_decode($jsonc, true); return $cfg[$key]; } -?> \ No newline at end of file +?>