style fix

This commit is contained in:
Manish Kumar
2018-01-03 12:02:36 +05:30
committed by GitHub
parent becfc4989f
commit f3697b9e36
@@ -185,8 +185,8 @@ static void mlpackMain()
}
else
{
Log::Fatal << "'" << strategy << "' imputation strategy does not exist"
<< endl;
Log::Fatal << "'" << strategy << "' imputation strategy "
<<" does not exist "<< endl;
}
}
}