Fixe whitespace
authorVance Morrison <vancemorrison@comcast.net>
Tue, 22 May 2018 18:25:01 +0000 (11:25 -0700)
committerVance Morrison <vancemorrison@comcast.net>
Tue, 22 May 2018 18:25:01 +0000 (11:25 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/0ba7f8d3a974382a214820330408f20389317306

src/libraries/System.Private.CoreLib/src/System/Text/StringBuilder.cs

index d5cfe9c..fd8da2b 100644 (file)
@@ -579,7 +579,6 @@ namespace System.Text
         /// </summary>
         public ChunkEnumerator EnumerateChunks() => new ChunkEnumerator(this);
 
-
         /// <summary>
         /// ChunkEnumerator supports both the IEnumerable and IEnumerator pattern so foreach 
         /// works (see EnumerateChunks).  It needs to be public (so the compiler can use it 
@@ -588,7 +587,6 @@ namespace System.Text
         /// </summary>
         public struct ChunkEnumerator
         {
-
             /// <summary>
             /// Implement IEnumerable.GetEnumerator() to return  'this' as the IEnumerator  
             /// </summary>