Skip to content

Commit fdffdc5

Browse files
committed
Fix compiler warning
1 parent b8e6cb2 commit fdffdc5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/NetCoreToolService/Controllers/NewController.cs

Lines changed: 2 additions & 3 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 Apache 2.0 License.
33
// See the LICENSE file in the project root for more information.
44

@@ -149,8 +149,7 @@ public async Task<ActionResult> GetTemplateProject(
149149
var stopwatch = new Stopwatch();
150150
stopwatch.Start();
151151

152-
_logger.LogInformation("New: template={Template}, options={Options}, packaging={Packaging}", template, options,
153-
packaging);
152+
_logger.LogInformation("New: template={Template}, options={Options}, packaging={Packaging}", template, options, packaging);
154153

155154
try
156155
{

0 commit comments

Comments
 (0)