mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 19:55:07 +02:00
whitespace
This commit is contained in:
parent
1dde25e38f
commit
c661bec8fd
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ QString hfcString(const QJsonValue& sentValue, const QJsonValue& receivedValue)
|
|||
static const QString USER_PAGE_BASE_URL = NetworkingConstants::METAVERSE_SERVER_URL().toString() + "/users/";
|
||||
static const QStringList KNOWN_USERS(QStringList() << "highfidelity" << "marketplace");
|
||||
QString userLink(const QString& username) {
|
||||
if (username.isEmpty() ) {
|
||||
if (username.isEmpty()) {
|
||||
return QString("someone");
|
||||
}
|
||||
if (KNOWN_USERS.contains(username)) {
|
||||
|
|
Loading…
Reference in a new issue