Skip to content

Commit 1ec795d

Browse files
committed
Fix build errors: remove duplicate braces, add missing using
1 parent 6f9e2d8 commit 1ec795d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/FirebirdSql.Data.FirebirdClient.Benchmarks/BenchmarkConfig.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
using BenchmarkDotNet.Exporters;
2121
using BenchmarkDotNet.Jobs;
2222
using BenchmarkDotNet.Order;
23+
using BenchmarkDotNet.Toolchains;
2324
using BenchmarkDotNet.Toolchains.CsProj;
2425
using BenchmarkDotNet.Toolchains.DotNetCli;
2526
using BenchmarkDotNet.Validators;

src/FirebirdSql.Data.FirebirdClient.Benchmarks/CommandBenchmark.Fetch.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,4 @@ public async Task<object> FetchAsync()
8989
}
9090
return last;
9191
}
92-
}
93-
}
9492
}

0 commit comments

Comments
 (0)