Fix format

This commit is contained in:
Konstantin 2014-04-18 23:55:45 +02:00
parent 6d1f4ed942
commit d489e9dcd4

View file

@ -3583,6 +3583,5 @@ void Application::urlGoTo(int argc, const char * constArgv[]) {
QString destination = urlParts[0];
Menu::goTo(destination);
}
}
}