do a full reformat according to our current .clang-format
This commit is contained in:
@@ -235,12 +235,11 @@ MessageBuilder::MessageBuilder(const UnbanAction &action)
|
||||
|
||||
this->message().timeoutUser = action.target.name;
|
||||
|
||||
QString text = QString("%1 %2 %3.")
|
||||
.arg(action.source.name)
|
||||
.arg(QString(action.wasBan()
|
||||
? "unbanned"
|
||||
: "untimedout"))
|
||||
.arg(action.target.name);
|
||||
QString text =
|
||||
QString("%1 %2 %3.")
|
||||
.arg(action.source.name)
|
||||
.arg(QString(action.wasBan() ? "unbanned" : "untimedout"))
|
||||
.arg(action.target.name);
|
||||
|
||||
this->emplace<TextElement>(text, MessageElementFlag::Text,
|
||||
MessageColor::System);
|
||||
|
||||
Reference in New Issue
Block a user