From 7f7b63caebb37c35cfc83c854007678aea244d86 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Wed, 13 Jan 2021 19:07:43 -0500 Subject: [PATCH] Formatting --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index d94fca8..d5d9cf2 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -1040,7 +1040,7 @@ referral_randomizer() { # a more random distribution than simply calling RANDOM random_code="${referral_codes[$(awk '{srand($2); print int(rand()*$1)}' <<< "${#referral_codes[@]} $RANDOM")]}" - message info "Your random Penguin's referral code is:\n$random_code\n\nThank you!" + message info "Your random Penguin's referral code is:\n\n$random_code\n\nThank you!" } # Toggle between the LIVE and PTU game directories for all helper functions