Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed May 27, 2024
1 parent a7684ac commit db8d25a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
StaticAbstractsGeneration.EqualsOperators |
StaticAbstractsGeneration.FactoryMethods |
StaticAbstractsGeneration.InstanceMethodsAndProperties,
openApiSchemaCustomizations: OpenApiSchemaCustomizations.GenerateSwashbuckleSchemaFilter)]
openApiSchemaCustomizations: OpenApiSchemaCustomizations.GenerateSwashbuckleSchemaFilter)]
2 changes: 1 addition & 1 deletion src/BUTR.Site.NexusMods.Server/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
using BUTR.Site.NexusMods.Server.Utils.Http.ApiResults;
using BUTR.Site.NexusMods.Server.Utils.Http.Logging;
using BUTR.Site.NexusMods.Server.Utils.Http.StreamingMultipartResults;
using BUTR.Site.NexusMods.Server.ValueObjects.Utils;

using Community.Microsoft.Extensions.Caching.PostgreSql;

Expand Down Expand Up @@ -49,7 +50,6 @@
using System.Text.Json;
using System.Text.Json.Serialization;
using System.Text.Unicode;
using BUTR.Site.NexusMods.Server.ValueObjects.Utils;

namespace BUTR.Site.NexusMods.Server;

Expand Down

0 comments on commit db8d25a

Please sign in to comment.