Skip to content

Commit 02ddff2

Browse files
committed
clean up
1 parent 941fb6f commit 02ddff2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Linq2GraphQL.Generator/ClientGenerator.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ public ClientGenerator(string namespaceName, string clientName, bool includeSubs
3131

3232
private void AddFile(string directory, string fileName, string content)
3333
{
34-
var infoText = $@"
35-
//---------------------------------------------------------------------
34+
var infoText = $@"//---------------------------------------------------------------------
3635
// This code was automatically generated by Linq2GraphQL
3736
// Please don't edit this file
3837
// Github:https://github.com/linq2graphql/linq2graphql.client

0 commit comments

Comments
 (0)