Update ClientBase.cpp

This commit is contained in:
Kseniia Sumarokova 2022-11-21 15:04:37 +01:00 committed by GitHub
parent 10a258242d
commit b9b1d22d72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1403,9 +1403,7 @@ try
if (need_render_progress)
{
pipeline.setProgressCallback([this](const Progress & progress){
onProgress(progress);
});
pipeline.setProgressCallback([this](const Progress & progress){ onProgress(progress); });
}
Block block;