remove whitespace

develop
Ryan Williams 2022-05-28 12:39:49 -07:00 committed by GitHub
parent 2b29431806
commit e613085b0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -1688,7 +1688,7 @@ bool Gui::autoDFAnnouncement(df::report_init r, string message)
{
DEBUG(gui).print("Skipped announcement because world->allow_announcements is false:\n%s\n", message.c_str());
return false;
}
}
else if (!is_valid_enum_item(r.type))
{
WARN(gui).print("Invalid announcement type:\n%s\n", message.c_str());