Skip to content

Commit 6cc2641

Browse files
committed
Removed whitespace
1 parent e0302d4 commit 6cc2641

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/library/yql/providers/s3/actors/yql_s3_applicator_actor.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ class TS3ApplicatorActor : public NActors::TActorBootstrapped<TS3ApplicatorActor
374374
}
375375
return;
376376
}
377-
}
377+
}
378378
const TString& url = ev->Get()->State->BuildUrl();
379379
LOG_D("CommitMultipartUpload ERROR " << url);
380380
if (RetryOperation(result.CurlResponseCode, result.Content.HttpResponseCode, url, "CommitMultipartUpload")) {
@@ -516,7 +516,7 @@ class TS3ApplicatorActor : public NActors::TActorBootstrapped<TS3ApplicatorActor
516516
return;
517517
}
518518
const TString& url = ev->Get()->State->BuildUrl();
519-
LOG_D("ListParts ERROR " << ev->Get()->State->BuildUrl());
519+
LOG_D("ListParts ERROR " << url);
520520
if (RetryOperation(result.CurlResponseCode, result.Content.HttpResponseCode, url, "ListParts")) {
521521
PushListParts(ev->Get()->State);
522522
}

0 commit comments

Comments
 (0)