mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Code quality improvements
This commit is contained in:
@@ -7,7 +7,7 @@ using Semmle.Util.Logging;
|
||||
|
||||
namespace Semmle.Extraction.CSharp.DependencyFetching
|
||||
{
|
||||
internal class Razor : DotnetSourceGeneratorWrapper
|
||||
internal sealed class Razor : DotnetSourceGeneratorWrapper
|
||||
{
|
||||
protected override string FileType => "Razor";
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ using Semmle.Util.Logging;
|
||||
|
||||
namespace Semmle.Extraction.CSharp.DependencyFetching
|
||||
{
|
||||
internal class Resx : DotnetSourceGeneratorWrapper
|
||||
internal sealed class Resx : DotnetSourceGeneratorWrapper
|
||||
{
|
||||
protected override string FileType => "Resx";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user