Fix format

This commit is contained in:
Konstantin 2014-04-18 01:13:06 +02:00
parent fca4e2abba
commit 6d1f4ed942

View file

@ -3557,7 +3557,6 @@ void Application::urlGoTo(int argc, const char * constArgv[]) {
if (customUrl.startsWith("hifi://")) {
QStringList urlParts = customUrl.remove(0, CUSTOM_URL_SCHEME.length() + 2).split('/', QString::SkipEmptyParts);
if (urlParts.count() > 1) {
// if url has 2 or more parts, the first one is domain name
QString domain = urlParts[0];