Skip to content

Commit 2783072

Browse files
fix: lint
1 parent 55d05cf commit 2783072

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

end2end/EndToEndCommon/EndToEndCommon.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public static void SetupBenchmarkSqliteDb() => SetupSqliteDb(
2020
new string[] { "sqlite.schema.sql" }
2121
);
2222

23-
public static void LoadEnvFile()
23+
public static void LoadEnvFile()
2424
{
2525
if (!File.Exists(EnvFile))
2626
throw new FileNotFoundException($"{EnvFile} not found");

0 commit comments

Comments
 (0)