From efc37e623216d59b22534818a70c4fa07628f77a Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Mon, 30 Jun 2025 01:05:04 +0200 Subject: [PATCH] Fix newline issue in config.php by ensuring a newline at the end of the file for better compatibility and adherence to coding standards. --- website/class/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/class/config.php b/website/class/config.php index 71f3a444..ac9dea1b 100644 --- a/website/class/config.php +++ b/website/class/config.php @@ -12,4 +12,4 @@ define('WEB_STYLE_DARK', true); define('STEAM_API_KEY', ''); define('STEAM_DOMAIN_NAME', ''); define('STEAM_LOGOUT_PAGE', ''); -define('STEAM_LOGIN_PAGE', ''); \ No newline at end of file +define('STEAM_LOGIN_PAGE', '');