Skip to content

Commit 749393b

Browse files
author
ermolovd
committed
Fix style
commit_hash:64d27623f69d0d479e597339f3056a4a0a038054
1 parent 38e64d1 commit 749393b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yt/cpp/mapreduce/client/client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ void TClientBase::Concatenate(
273273
auto end = sourcePaths.begin() + std::min(i + options.MaxBatchSize_, std::ssize(sourcePaths));
274274
batch.assign(begin, end);
275275

276-
bool firstBatch = i == 0;
276+
bool firstBatch = (i == 0);
277277
RequestWithRetry<void>(
278278
ClientRetryPolicy_->CreatePolicyForGenericRequest(),
279279
[this, &batch, &destinationPath, &options, outerClient, firstBatch] (TMutationId /*mutationId*/) {

0 commit comments

Comments
 (0)