Skip to content

Commit 5dec6d0

Browse files
committed
cleanup
1 parent 6f9c633 commit 5dec6d0

File tree

6 files changed

+1
-8
lines changed

6 files changed

+1
-8
lines changed

contributing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ Example:
189189
// <auto-generated />
190190
#pragma warning disable
191191

192-
193192
namespace Polyfills;
194193

195194
using System;
@@ -400,7 +399,7 @@ static partial class Polyfill
400399
#endif
401400
}
402401
```
403-
<sup><a href='/src/Polyfill/Polyfill_TextWriter.cs#L1-L213' title='Snippet source file'>snippet source</a> | <a href='#snippet-Polyfill_TextWriter.cs' title='Start of snippet'>anchor</a></sup>
402+
<sup><a href='/src/Polyfill/Polyfill_TextWriter.cs#L1-L212' title='Snippet source file'>snippet source</a> | <a href='#snippet-Polyfill_TextWriter.cs' title='Start of snippet'>anchor</a></sup>
404403
<!-- endSnippet -->
405404

406405

src/Polyfill/Polyfill_Random.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
namespace Polyfills;
55
using System;
6-
using System.Collections.Generic;
7-
using System.Diagnostics.CodeAnalysis;
86
using Link = System.ComponentModel.DescriptionAttribute;
97

108
static partial class Polyfill

src/Polyfill/Polyfill_SortedList.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
namespace Polyfills;
77
using System;
88
using System.Collections.Generic;
9-
using System.Diagnostics.CodeAnalysis;
109
using Link = System.ComponentModel.DescriptionAttribute;
1110

1211
static partial class Polyfill

src/Polyfill/Polyfill_Stream_DisposeAsync.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
namespace Polyfills;
77
using System;
88
using System.IO;
9-
using System.Threading;
109
using System.Threading.Tasks;
1110
using Link = System.ComponentModel.DescriptionAttribute;
1211

src/Polyfill/Polyfill_StringBuilder.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
namespace Polyfills;
55
using System;
66
using System.ComponentModel;
7-
using System.IO;
87
using System.Reflection;
98
using System.Runtime.CompilerServices;
109
using System.Text;

src/Polyfill/Polyfill_TextWriter.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// <auto-generated />
22
#pragma warning disable
33

4-
54
namespace Polyfills;
65

76
using System;

0 commit comments

Comments
 (0)