Skip to content

Commit 33a301b

Browse files
committed
Fix CS
1 parent 56e912e commit 33a301b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ReportingApi.Tests/ReportRequestConverterTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using ReportingApi.Models;
1+
using ReportingApi.Models;
22
using System.Text.Json;
33
using Xunit;
44

src/ReportingApi/IReportBody.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ namespace ReportingApi;
22

33
public interface IReportBody
44
{
5-
}
5+
}

0 commit comments

Comments
 (0)