Skip to content

Commit

Permalink
Code quality improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasvajk committed Apr 17, 2024
1 parent 3a729d0 commit c2facba
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 @@ -7,7 +7,7 @@

namespace Semmle.Extraction.CSharp.DependencyFetching
{
internal class Razor : DotnetSourceGeneratorWrapper
internal sealed class Razor : DotnetSourceGeneratorWrapper
{
protected override string FileType => "Razor";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace Semmle.Extraction.CSharp.DependencyFetching
{
internal class Resx : DotnetSourceGeneratorWrapper
internal sealed class Resx : DotnetSourceGeneratorWrapper
{
protected override string FileType => "Resx";

Expand Down

0 comments on commit c2facba

Please sign in to comment.