[FSD] Style

This commit is contained in:
Klaus Basan
2019-11-13 22:16:39 +01:00
committed by Mat Sutcliffe
parent 59c6a7ad93
commit f38bfc5cf9
6 changed files with 15 additions and 22 deletions

View File

@@ -37,7 +37,7 @@ namespace BlackCore
{
BlackMisc::CLogMessage(static_cast<AuthChallenge *>(nullptr)).warning(u"Wrong number of arguments.");
return {};
};
}
return AuthChallenge(tokens[0], tokens[1], tokens[2]);
}
}