Skip to content

Commit

Permalink
Automated dotnet-format update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 12, 2024
1 parent 58b3974 commit d830035
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
extern alias v13;
extern alias v13;

using v13::BUTR.CrashReport.Bannerlord.Parser;
using v13::BUTR.CrashReport.Models;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
extern alias v13;
extern alias v13;

using BUTR.CrashReportServer.Extensions;
using BUTR.CrashReportServer.Models.Database;

using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
using System.Threading;
using System.Threading.Tasks;
using BUTR.CrashReportServer.Extensions;
using BUTR.CrashReportServer.Models.Database;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;

namespace BUTR.CrashReportServer.Controllers;

Expand Down

0 comments on commit d830035

Please sign in to comment.