Skip to content

Commit 6bc9f5c

Browse files
"" -> string.Empty
1 parent d76696f commit 6bc9f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ydb.Sdk/src/Ado/YdbConnection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public override async Task CloseAsync()
151151

152152
public override string ConnectionString
153153
{
154-
get => _connectionStringBuilder?.ConnectionString ?? "";
154+
get => _connectionStringBuilder?.ConnectionString ?? string.Empty;
155155
#pragma warning disable CS8765 // Nullability of type of parameter doesn't match overridden member (possibly because of nullability attributes).
156156
set
157157
#pragma warning restore CS8765 // Nullability of type of parameter doesn't match overridden member (possibly because of nullability attributes).

0 commit comments

Comments
 (0)