Skip to content

Commit

Permalink
Merge pull request #34 from tryAGI/bot/auto-format_202409020518
Browse files Browse the repository at this point in the history
style:Run dotnet format
  • Loading branch information
github-actions[bot] authored Sep 2, 2024
2 parents cee4a5c + ed92a5a commit f2fd2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Postgres/src/PostgresDbClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public PostgresDbClient(string connectionString, string schema, bool omitExtensi
{
var command = connection.CreateCommand();
command.CommandText = "CREATE EXTENSION IF NOT EXISTS vector";

command.ExecuteNonQuery();
}
}
Expand Down

0 comments on commit f2fd2fa

Please sign in to comment.