Skip to content
Snippets Groups Projects
Commit a54633c1 authored by Jonas Leder's avatar Jonas Leder
Browse files

replace console.clear with two empty lines

parent 93bf20d0
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ string addCommentChar(string original) ...@@ -116,7 +116,7 @@ string addCommentChar(string original)
return commentedString; return commentedString;
} }
Console.Clear(); Console.WriteLine("\n");
string apiDoc = ParseJson(input); string apiDoc = ParseJson(input);
apiDoc = addCommentChar(apiDoc); apiDoc = addCommentChar(apiDoc);
Console.WriteLine(apiDoc); Console.WriteLine(apiDoc);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment