From bd179ce6f2d2138acd7ff874dbe7843f9fe0c212 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 22 Mar 2018 16:37:44 +0100 Subject: [PATCH] spacefix --- src/soupbot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soupbot.cpp b/src/soupbot.cpp index 30ca2a8..3b4c06f 100644 --- a/src/soupbot.cpp +++ b/src/soupbot.cpp @@ -165,7 +165,7 @@ int main(int argc, char *argv[]) if (dice() > 1) toot += " and " + get_ingredient(highprio); - toot += ", \nand plenty oil. Salt to taste.\n\nHappy cooking! 🍲\n\n#bot"; + toot += ", \nand plenty oil. Salt to taste. \n\nHappy cooking! 🍲 \n\n#bot"; string answer;