We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4090192 commit a81d447Copy full SHA for a81d447
CodeGenerator/CSharpCodeGenerator.cs
@@ -36,7 +36,7 @@ class CSharpCodeGenerator : ICodeGenerator
36
public string GenerateCode(IEnumerable<ClassNode> classes, ILogger logger)
37
{
38
var sb = new StringBuilder();
39
- sb.AppendLine($"// Created with {Constants.ApplicationName} by {Constants.Author}");
+ sb.AppendLine($"// Created with {Constants.ApplicationName} by {Constants.Author}");
40
sb.AppendLine();
41
sb.AppendLine("// Warning: The code doesn't contain arrays and instances!");
42
0 commit comments