Skip to content

Commit

Permalink
style: Run dotnet format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 2, 2024
1 parent cee4a5c commit ed92a5a
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 ed92a5a

Please sign in to comment.