From 79b2c1ecd2560c978194c9380b8b8caf3a5b54e8 Mon Sep 17 00:00:00 2001 From: rmar3a Date: Sun, 24 Sep 2023 19:40:32 -0700 Subject: [PATCH] Removed trailing white-space. --- config.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.cfg b/config.cfg index b0b81055..077f9626 100644 --- a/config.cfg +++ b/config.cfg @@ -1,5 +1,5 @@ # Database Configurations -dbaddress = mysql://127.0.0.1 +dbaddress = mysql://127.0.0.1 dbname = name_of_database dbusername = database_username dbpassword = database_password