Skip to content

Commit 8a002b2

Browse files
authored
Apply suggestion from @droyad
1 parent 31d7eac commit 8a002b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dbup-postgresql/PostgresqlExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ public static void PostgresqlDatabase(this SupportedDatabasesForEnsureDatabase s
172172
/// <param name="connectionString">The connection string.</param>
173173
/// <param name="logger">The <see cref="DbUp.Engine.Output.IUpgradeLog"/> used to record actions.</param>
174174
/// <param name="certificate">Certificate for securing connection.</param>
175-
/// <returns></returns>
176175
public static void PostgresqlDatabase(this SupportedDatabasesForEnsureDatabase supported, string connectionString, IUpgradeLog logger, X509Certificate2 certificate)
177176
{
178177
var options = new PostgresqlConnectionOptions

0 commit comments

Comments
 (0)