Minor formatting

This commit is contained in:
Alex Zolotarev 2011-07-03 03:35:20 +03:00 committed by Alex Zolotarev
parent ed59aa6cb9
commit 8113922013

View file

@ -570,8 +570,8 @@ void FrameWork<TModel>::AddRedrawCommandSure()
string buffer;
try
{
string configPath;
Settings::Get("BenchmarkConfig", configPath);
string configPath;
Settings::Get("BenchmarkConfig", configPath);
ReaderPtr<Reader>(pl.GetReader(configPath)).ReadAsString(buffer);
}
catch (RootException const & e)