Skip to content

Commit

Permalink
code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-n committed Sep 9, 2024
1 parent e2e81cc commit a43507d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Web/AdminPanel/Pages/CreateGameServerConfig.razor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// <copyright file="Merchants.razor.cs" company="MUnique">
// <copyright file="CreateGameServerConfig.razor.cs" company="MUnique">
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
// </copyright>

Expand All @@ -24,8 +24,6 @@ public partial class CreateGameServerConfig : ComponentBase, IAsyncDisposable
private GameServerViewModel? _viewModel;
private string? _initState;

//private IList<GameServerDefinition> _existingServerDefinitions;

/// <summary>
/// Gets or sets the context provider.
/// </summary>
Expand Down

0 comments on commit a43507d

Please sign in to comment.