We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953a20f commit 696116bCopy full SHA for 696116b
test/dotnet-new.Tests/DotnetNewListTests.Approval.cs
@@ -1,4 +1,4 @@
1
-// Licensed to the .NET Foundation under one or more agreements.
+// Licensed to the .NET Foundation under one or more agreements.
2
// The .NET Foundation licenses this file to you under the MIT license.
3
4
using Microsoft.DotNet.Cli.Utils;
@@ -57,7 +57,6 @@ private static void ScrubData(StringBuilder input)
57
58
foreach (var line in lines)
59
{
60
-
61
// start trimming whitespace and anything but the first word with the start of the table
62
if (line.StartsWith("Template Name", StringComparison.Ordinal))
63
0 commit comments