Skip to content

Commit

Permalink
Ran dotnet format.
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus4880 committed Jan 27, 2025
1 parent 6e95f05 commit 5da3fa5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ public override Task RunAsync(EftHttpContext context)

return context.SendResponseAsync(result, true, true);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public override Task RunAsync(EftHttpContext context, RagfairFindRequest body)
{
selectedOffers.RemoveAll(o => o.Requirements.Any(i => !_money.Contains(i.TemplateId)));
}

if (body.Currency > 0)
{
var targetCurrency = _money[body.Currency - 1];
Expand Down Expand Up @@ -148,7 +148,7 @@ public override Task RunAsync(EftHttpContext context, RagfairFindRequest body)
if (repairKit != null)
{
var properties = _itemFactoryService.GetItemProperties<RepairKitsItemProperties>(o.RootItem.TemplateId);

if (properties == null)
{
return true;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Threading.Tasks;
using Fuyu.Backend.EFTMain.Networking;
using Fuyu.Backend.EFTMain;
using Fuyu.Backend.EFTMain.Networking;

namespace Fuyu.Devtools.DisableAfkTimer.Controllers;

Expand Down

0 comments on commit 5da3fa5

Please sign in to comment.