Skip to content

Commit ee36cc0

Browse files
committed
cleanup
1 parent 05f58af commit ee36cc0

20 files changed

+1
-42
lines changed

contributing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ Example:
190190
#pragma warning disable
191191

192192
namespace Polyfills;
193-
194193
using System;
195194
using System.Text;
196195
using System.IO;
@@ -399,7 +398,7 @@ static partial class Polyfill
399398
#endif
400399
}
401400
```
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>
401+
<sup><a href='/src/Polyfill/Polyfill_TextWriter.cs#L1-L211' title='Snippet source file'>snippet source</a> | <a href='#snippet-Polyfill_TextWriter.cs' title='Start of snippet'>anchor</a></sup>
403402
<!-- endSnippet -->
404403

405404

src/Polyfill/Guard.cs

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

33
namespace Polyfills;
4-
54
using System.Runtime.CompilerServices;
65

76
#pragma warning disable

src/Polyfill/Guard_NotNullOrEmpty.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#if PolyGuard
66

77
namespace Polyfills;
8-
98
using System.Runtime.CompilerServices;
109
using System;
1110
using System.Collections;

src/Polyfill/Guard_NotNullOrWhiteSpace.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#if PolyGuard
66

77
namespace Polyfills;
8-
98
using System.Runtime.CompilerServices;
109
using System;
1110
using System.Diagnostics.CodeAnalysis;

src/Polyfill/Guard_NotWhiteSpace.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#if PolyGuard
66

77
namespace Polyfills;
8-
98
using System.Runtime.CompilerServices;
109
using System;
1110

src/Polyfill/GuidPolyfill.cs

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

4-
// ReSharper disable RedundantUsingDirective
5-
// ReSharper disable PartialTypeWithSinglePart
64
namespace Polyfills;
75
using System;
86
using System.Collections.Generic;

src/Polyfill/Numbers/BytePolyfill.cs

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

4-
// ReSharper disable RedundantUsingDirective
5-
// ReSharper disable PartialTypeWithSinglePart
6-
74
namespace Polyfills;
85
using System;
96
using System.Collections.Generic;

src/Polyfill/Numbers/DoublePolyfill.cs

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

4-
// ReSharper disable RedundantUsingDirective
5-
// ReSharper disable PartialTypeWithSinglePart
6-
74
namespace Polyfills;
85
using System;
96
using System.Collections.Generic;

src/Polyfill/Numbers/IntPolyfill.cs

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

4-
// ReSharper disable RedundantUsingDirective
5-
// ReSharper disable PartialTypeWithSinglePart
6-
74
namespace Polyfills;
85
using System;
96
using System.Collections.Generic;

src/Polyfill/Numbers/LongPolyfill.cs

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

4-
// ReSharper disable RedundantUsingDirective
5-
// ReSharper disable PartialTypeWithSinglePart
6-
74
namespace Polyfills;
85
using System;
96
using System.Collections.Generic;

0 commit comments

Comments
 (0)