File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/EFCore.PG/Storage/Internal Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 ) )
You can’t perform that action at this time.
0 commit comments