Fix warnings in YAMLLinter module (#17863)

This commit is contained in:
TemporalOroboros
2023-07-10 00:38:45 -07:00
committed by GitHub
parent 8419bf3946
commit 4cc771f539

View File

@@ -3,7 +3,6 @@ using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Threading.Tasks; using System.Threading.Tasks;
using Content.IntegrationTests; using Content.IntegrationTests;
using Content.Shared.CCVar;
using Robust.Shared.Prototypes; using Robust.Shared.Prototypes;
using Robust.Shared.Serialization.Markdown.Validation; using Robust.Shared.Serialization.Markdown.Validation;
using Robust.Shared.Timing; using Robust.Shared.Timing;
@@ -13,7 +12,7 @@ namespace Content.YAMLLinter
{ {
internal static class Program internal static class Program
{ {
private static async Task<int> Main(string[] args) private static async Task<int> Main(string[] _)
{ {
var stopwatch = new Stopwatch(); var stopwatch = new Stopwatch();
stopwatch.Start(); stopwatch.Start();