chore: run dotnet format
This commit is contained in:
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"editor.formatOnSave": true,
|
||||
"dotnet.defaultSolution": "src/SanctionsSearch.sln",
|
||||
"cSpell.words": ["OFAC"]
|
||||
"cSpell.words": ["OFAC", "Szalay"]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
using Moq;
|
||||
|
||||
using RichardSzalay.MockHttp;
|
||||
|
||||
namespace SanctionsSearch.Worker.Tests.Unit;
|
||||
|
||||
public class OfacFileServiceTests
|
||||
|
||||
@@ -3,4 +3,8 @@ global using FluentAssertions;
|
||||
global using Microsoft.Extensions.Logging;
|
||||
global using Microsoft.Extensions.Options;
|
||||
|
||||
global using Moq;
|
||||
|
||||
global using RichardSzalay.MockHttp;
|
||||
|
||||
global using SanctionsSearch.Worker.Services;
|
||||
@@ -1,5 +1,7 @@
|
||||
global using SanctionsSearch.Worker;
|
||||
global using Serilog;
|
||||
global using Serilog.Formatting.Compact;
|
||||
global using Serilog.Exceptions;
|
||||
global using Microsoft.Extensions.Options;
|
||||
|
||||
global using SanctionsSearch.Worker;
|
||||
|
||||
global using Serilog;
|
||||
global using Serilog.Exceptions;
|
||||
global using Serilog.Formatting.Compact;
|
||||
|
||||
Reference in New Issue
Block a user