Skip to content

Commit

Permalink
remove usings
Browse files Browse the repository at this point in the history
  • Loading branch information
teraa committed Aug 18, 2024
1 parent 856dc11 commit 49c39d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion BattleTrace.Tests/FetchServersTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using BattleTrace.Features.Servers;
using FluentAssertions;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.DependencyInjection;
using Moq;

namespace BattleTrace.Tests;
Expand Down
4 changes: 0 additions & 4 deletions BattleTrace/Program.cs
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
using BattleTrace;
using FluentValidation;
using Serilog;
using Teraa.Extensions.AspNetCore;
using BattleTrace.Features.Players;
using BattleTrace.Features.Servers;
using BattleTrace.Data;
using BattleTrace.Hangfire;
using MediatR;
using Teraa.Extensions.Configuration.Vault.Options;
using Teraa.Extensions.Serilog.Systemd;
using Teraa.Extensions.Serilog.Seq;
using IndexPlayers = BattleTrace.Features.Servers.Actions.Index;
using IndexServers = BattleTrace.Features.Servers.Actions.Index;

var builder = WebApplication.CreateBuilder(args);

Expand Down

0 comments on commit 49c39d3

Please sign in to comment.