Forgot semicolon

This commit is contained in:
Kwoth
2022-01-02 03:57:46 +01:00
parent 4b6af0e4ef
commit 3428073208

View File

@@ -55,7 +55,7 @@ namespace NadekoBot.Generators
using (var stringWriter = new StringWriter())
using (var sw = new IndentedTextWriter(stringWriter))
{
sw.WriteLine("namespace NadekoBot");
sw.WriteLine("namespace NadekoBot;");
sw.WriteLine();
sw.WriteLine("public static class strs");