This commit is contained in:
2025-06-13 22:03:13 +03:00
parent 1cf871fbc1
commit 933d2fa69d
+1 -1
View File
@@ -49,7 +49,7 @@ namespace {namespaceName};
partial class {className}
{{
public IEnumerable<string> Report()
public IEnumerable&lt;string&gt; Report()
{{
{string.Join("\n", methodBody)}
}}