Skip to content

Commit fb00fe7

Browse files
committed
Update StackBackports.cs
1 parent 5868e63 commit fb00fe7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/CodeOfChaos.GeneratorTools/Backports/StackBackports.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
// ---------------------------------------------------------------------------------------------------------------------
22
// Imports
33
// ---------------------------------------------------------------------------------------------------------------------
4-
#if NETSTANDARD2_0
54
using System.Diagnostics.CodeAnalysis;
65

6+
#if NETSTANDARD2_0
77
// ReSharper disable once CheckNamespace
88
namespace System.Collections.Generic;
99
#else
1010
using System.Collections.Generic;
11-
using System.Diagnostics.CodeAnalysis;
1211

12+
// ReSharper disable once CheckNamespace
1313
namespace CodeOfChaos.GeneratorTools;
1414
#endif
15-
1615
// ---------------------------------------------------------------------------------------------------------------------
1716
// Code
1817
// ---------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)