mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 09:57:26 +02:00
remove an extra blank line
This commit is contained in:
parent
dd44a81791
commit
0c7baa3ce4
1 changed files with 0 additions and 1 deletions
|
@ -2259,7 +2259,6 @@ ReplicationServerInfo serverInformationFromSettings(QVariantMap serverMap, Repli
|
||||||
serverInfo.sockAddr = {
|
serverInfo.sockAddr = {
|
||||||
serverMap[REPLICATION_SERVER_ADDRESS].toString(),
|
serverMap[REPLICATION_SERVER_ADDRESS].toString(),
|
||||||
(quint16) serverMap[REPLICATION_SERVER_PORT].toString().toInt()
|
(quint16) serverMap[REPLICATION_SERVER_PORT].toString().toInt()
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
return serverInfo;
|
return serverInfo;
|
||||||
|
|
Loading…
Reference in a new issue