[libcalamaresui] Wasted spaces

This commit is contained in:
Adriaan de Groot 2018-06-18 10:44:28 -04:00
parent a64de3dbfe
commit 58121abf06

View File

@ -220,7 +220,7 @@ ModuleManager::loadModules()
{
int found = findCustomInstance( customInstances, moduleName, instanceId );
if ( found > -1 )
if ( found > -1 )
{
configFileName = customInstances[ found ].value( "config" );
}