Stray whitespace

This commit is contained in:
Dennis Luxen 2022-10-30 20:11:36 +01:00
parent 7149547645
commit 12f49d6f24

View File

@ -140,7 +140,7 @@ inline bool requiresNameAnnounced(const StringView &from_name,
const auto checkTable = [&](const std::string &str) {
return str.empty() || suffix_table.isSuffix(str);
};
return checkTable(first_prefix) && checkTable(first_suffix) && checkTable(second_prefix) &&
checkTable(second_suffix);
};