Skip to content

Commit 696116b

Browse files
authored
fix style issue
1 parent 953a20f commit 696116b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/dotnet-new.Tests/DotnetNewListTests.Approval.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Licensed to the .NET Foundation under one or more agreements.
1+
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

44
using Microsoft.DotNet.Cli.Utils;
@@ -57,7 +57,6 @@ private static void ScrubData(StringBuilder input)
5757

5858
foreach (var line in lines)
5959
{
60-
6160
// start trimming whitespace and anything but the first word with the start of the table
6261
if (line.StartsWith("Template Name", StringComparison.Ordinal))
6362
{

0 commit comments

Comments
 (0)