remove an extra space

This commit is contained in:
Stephen Birarda 2014-02-18 14:34:47 -08:00
parent ce3cc7e5c9
commit 72a877ca49

View file

@ -31,7 +31,6 @@ AccountManager::AccountManager() :
_clientIDs(),
_networkAccessManager(NULL)
{
_clientIDs.insert(DEFAULT_NODE_AUTH_URL, DEFAULT_NODE_AUTH_OAUTH_CLIENT_ID);
}