Skip to content

Commit 2e6c883

Browse files
committed
Moved commit "Remove implicit casts from nullptr to TString" from ydb repo
1 parent 6362141 commit 2e6c883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/topic/ut/local_partition_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ namespace NYdb::NTopic::NTests {
202202

203203
private:
204204
Ydb::Discovery::ListEndpointsResult MockResults;
205-
TString DiscoveryAddr = 0;
205+
TString DiscoveryAddr;
206206
std::unique_ptr<grpc::Server> Server;
207207
TAdaptiveLock Lock;
208208

0 commit comments

Comments
 (0)