Skip to content

Commit

Permalink
fix nits
Browse files Browse the repository at this point in the history
  • Loading branch information
nietras committed Nov 16, 2023
1 parent 3e1896b commit b5c06e3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
flags: ${{ matrix.os }}, ${{ matrix.configuration }}
flags: ${{ matrix.os }},${{ matrix.configuration }}

pack:
runs-on: windows-latest
Expand Down
1 change: 0 additions & 1 deletion src/Sep.ComparisonBenchmarks/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
using BenchmarkDotNet.Parameters;
using BenchmarkDotNet.Reports;
using BenchmarkDotNet.Running;
using nietras.SeparatedValues.Benchmarks;
using nietras.SeparatedValues.ComparisonBenchmarks;
#if USEMANUALCONFIG
using BenchmarkDotNet.Jobs;
Expand Down
2 changes: 1 addition & 1 deletion src/Sep.ComparisonBenchmarks/UnescapeCompare.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using CsvHelper.Configuration;
using Sylvan.Data.Csv;

namespace nietras.SeparatedValues.Benchmarks;
namespace nietras.SeparatedValues.ComparisonBenchmarks;

public static class UnescapeCompare
{
Expand Down

0 comments on commit b5c06e3

Please sign in to comment.