chore: run dotnet format

This commit is contained in:
Stevan Freeborn
2024-08-12 09:44:39 -05:00
parent 1af9c7012c
commit 4a52b012fe
6 changed files with 27 additions and 25 deletions
@@ -1,7 +1,3 @@
using Moq;
using RichardSzalay.MockHttp;
namespace SanctionsSearch.Worker.Tests.Unit;
public class OfacFileServiceTests
+5 -1
View File
@@ -3,4 +3,8 @@ global using FluentAssertions;
global using Microsoft.Extensions.Logging;
global using Microsoft.Extensions.Options;
global using SanctionsSearch.Worker.Services;
global using Moq;
global using RichardSzalay.MockHttp;
global using SanctionsSearch.Worker.Services;