Skip to content

Commit 5d7206a

Browse files
committed
remove redundant typename modification
1 parent c4edb93 commit 5d7206a

File tree

1 file changed

+1
-1
lines changed
  • src/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating

1 file changed

+1
-1
lines changed

src/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/Generator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ GeneratorOptions options
785785
" ",
786786
genericArguments
787787
.Select(
788-
arg => Generator.GenerateGenericArgumentConstraintDeclaration(arg, referencingNamespaces, options)
788+
arg => GenerateGenericArgumentConstraintDeclaration(arg, referencingNamespaces, options)
789789
)
790790
.Where(static d => !string.IsNullOrEmpty(d))
791791
);

0 commit comments

Comments
 (0)