We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 941fb6f commit 02ddff2Copy full SHA for 02ddff2
1 file changed
src/Linq2GraphQL.Generator/ClientGenerator.cs
@@ -31,8 +31,7 @@ public ClientGenerator(string namespaceName, string clientName, bool includeSubs
31
32
private void AddFile(string directory, string fileName, string content)
33
{
34
- var infoText = $@"
35
-//---------------------------------------------------------------------
+ var infoText = $@"//---------------------------------------------------------------------
36
// This code was automatically generated by Linq2GraphQL
37
// Please don't edit this file
38
// Github:https://github.com/linq2graphql/linq2graphql.client
0 commit comments