diff --git a/src/Generator/Generators/CLI/CLITextTemplate.cs b/src/Generator/Generators/CLI/CLITextTemplate.cs index 0817c626..7e691acc 100644 --- a/src/Generator/Generators/CLI/CLITextTemplate.cs +++ b/src/Generator/Generators/CLI/CLITextTemplate.cs @@ -22,7 +22,7 @@ namespace Cxxi.Generators.CLI } } -public abstract class CLITextTemplate : TextTemplate + public abstract class CLITextTemplate : TextTemplate { protected const string DefaultIndent = " "; protected const uint MaxIndent = 80;