Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
trejjam committed Jun 17, 2023
1 parent 56e912e commit 33a301b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ReportingApi.Tests/ReportRequestConverterTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using ReportingApi.Models;
using ReportingApi.Models;
using System.Text.Json;
using Xunit;

Expand Down
2 changes: 1 addition & 1 deletion src/ReportingApi/IReportBody.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ namespace ReportingApi;

public interface IReportBody
{
}
}

0 comments on commit 33a301b

Please sign in to comment.