Fix warnings in MapRenderer module (#17865)

This commit is contained in:
TemporalOroboros
2023-08-07 18:07:08 -07:00
committed by GitHub
parent 75b349ab97
commit 7cdc7ab972
6 changed files with 22 additions and 22 deletions

View File

@@ -101,7 +101,7 @@ Options:
}
}
public class CommandLineArgumentException : Exception
public sealed class CommandLineArgumentException : Exception
{
public CommandLineArgumentException(string? message) : base(message)
{