diff --git a/package/scripts/common/db_create.sh b/package/scripts/common/db_create.sh
index b705d329..b7da1b40 100644
--- a/package/scripts/common/db_create.sh
+++ b/package/scripts/common/db_create.sh
@@ -23,6 +23,7 @@ if [ -z $HIRS_DB_PWD ]; then
 fi
 
 # Set root password if not set
+
 if mysql -u root -e 'quit' &> /dev/null; then
    echo "Setting root password"
    mysqladmin -u root --silent password $HIRS_MYSQL_ROOT_PWD || true > /dev/null 2>&1