Restore blank lines
authorSam Harwell <Sam.Harwell@microsoft.com>
Wed, 26 Feb 2020 19:20:23 +0000 (11:20 -0800)
committerSam Harwell <Sam.Harwell@microsoft.com>
Wed, 26 Feb 2020 19:20:23 +0000 (11:20 -0800)
These lines were removed unexpectedly by the automated file header code
fix.

Commit migrated from https://github.com/dotnet/Extensions/commit/738f2d6cfa40bbf3f21f2580903850414c7e6bae

src/libraries/Common/src/Extensions/CommandLineUtils/Utilities/DotNetMuxer.cs
src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLogger.debug.cs

index c791826..2b1e03c 100644 (file)
@@ -1,6 +1,7 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 // See the LICENSE file in the project root for more information.
+
 // System.AppContext.GetData is not available in these frameworks
 #if !NET451 && !NET452 && !NET46 && !NET461
 
index 2b39bc8..b329314 100644 (file)
@@ -1,6 +1,7 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // The .NET Foundation licenses this file to you under the MIT license.
 // See the LICENSE file in the project root for more information.
+
 // We need to define the DEBUG symbol because we want the logger
 // to work even when this package is compiled on release. Otherwise,
 // the call to Debug.WriteLine will not be in the release binary