mirror of
https://github.com/overte-org/overte.git
synced 2025-06-27 09:49:55 +02:00
fix spacing
This commit is contained in:
parent
c34cd996df
commit
0ac8c178db
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
bool isAuthableHighFidelityURL(const QUrl& url) {
|
bool isAuthableHighFidelityURL(const QUrl& url) {
|
||||||
auto metaverseServerURL = MetaverseAPI::getCurrentMetaverseServerURL();
|
auto metaverseServerURL = MetaverseAPI::getCurrentMetaverseServerURL();
|
||||||
static const QStringList HF_HOSTS = {
|
static const QStringList HF_HOSTS = {
|
||||||
"highfidelity.com", "highfidelity.io",
|
"highfidelity.com", "highfidelity.io",
|
||||||
metaverseServerURL.toString(), "metaverse.highfidelity.io"
|
metaverseServerURL.toString(), "metaverse.highfidelity.io"
|
||||||
|
|
Loading…
Reference in a new issue