Skip to content

Commit

Permalink
norrowed method scope
Browse files Browse the repository at this point in the history
  • Loading branch information
lsfera authored and oskardudycz committed Jul 3, 2024
1 parent c088d69 commit 4ef4427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Blumchen/Database/Run.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Blumchen.Database;

public static class Run
{
public static async Task Execute(
private static async Task Execute(
this NpgsqlDataSource dataSource,
string sql,
CancellationToken ct)
Expand Down

0 comments on commit 4ef4427

Please sign in to comment.