Skip to content

Commit 160fe5f

Browse files
rojiCopilot
andauthored
Update src/EFCore.PG/Storage/Internal/NpgsqlDataSourceManager.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 270827a commit 160fe5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EFCore.PG/Storage/Internal/NpgsqlDataSourceManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ private DbDataSource GetSingletonDataSource(NpgsqlOptionsExtension npgsqlOptions
8888
// It should be possible to use ConfigureDataSource() without supplying a connection string, providing the connection
8989
// information via the connection string builder on the NpgsqlDataSourceBuilder. In order to support this, we
9090
// coalesce null connection strings to empty strings (since dictionaries don't allow null keys).
91-
// This is inline with general ADO.NET practice of coalescing null connection strings to empty strings.
91+
// This is in line with general ADO.NET practice of coalescing null connection strings to empty strings.
9292
connectionString ??= string.Empty;
9393

9494
if (_dataSources.TryGetValue(connectionString, out var dataSource))

0 commit comments

Comments
 (0)