indentation

This commit is contained in:
Timothy Teakettle
2021-09-17 12:26:11 +01:00
parent 1ab63a69c5
commit e2df9fec47
+1 -1
View File
@@ -294,6 +294,6 @@
if(prob(25))
word = pick(list("<b>\[REDACTED]</b>", "<b>\[CLASSIFIED]</b>"))
new_message += word + suffix
new_message += word + suffix
message = jointext(new_message, " ")
speech_args[SPEECH_MESSAGE] = trim(message)