Skip to content

Commit 50de673

Browse files
code style
1 parent 7edda8c commit 50de673

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/core/tx/schemeshard/ut_export_reboots_s3/ut_export_reboots_s3.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ Y_UNIT_TEST_SUITE(TExportToS3WithRebootsTests) {
451451
}
452452

453453
static const TString& Request() const {
454-
return request;
454+
return Request;
455455
}
456456

457457
private:
@@ -480,7 +480,7 @@ Y_UNIT_TEST_SUITE(TExportToS3WithRebootsTests) {
480480
EPathTypeCdcStream
481481
};
482482

483-
static const TString request = R"(
483+
static const TString Request = R"(
484484
ExportToS3Settings {
485485
endpoint: "localhost:%d"
486486
scheme: HTTP

0 commit comments

Comments
 (0)