Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jan 27, 2025
1 parent 22b7b0a commit ac0cbbe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
1 change: 1 addition & 0 deletions src/Polyfill/Polyfill.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
global using global::Polyfills;

namespace Polyfills;

using System.ComponentModel;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
Expand Down
1 change: 0 additions & 1 deletion src/Polyfill/Polyfill_ConcurrentDictionary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ namespace Polyfills;

static partial class Polyfill
{

/// <summary>
/// Adds a key/value pair to the <see cref="ConcurrentDictionary{TKey,TValue}"/>
/// if the key does not already exist.
Expand Down
5 changes: 2 additions & 3 deletions src/Polyfill/Polyfill_Memory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@

#if FeatureMemory

using System.ComponentModel;
using System.Runtime.CompilerServices;

namespace Polyfills;

using System.ComponentModel;
using System.Runtime.CompilerServices;
using System;
using System.Text;

Expand Down
5 changes: 2 additions & 3 deletions src/Polyfill/Polyfill_Memory_StartsWith.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@

#if FeatureMemory

using System.ComponentModel;
using System.Runtime.CompilerServices;

namespace Polyfills;

using System.ComponentModel;
using System.Runtime.CompilerServices;
using System;
using System.Text;

Expand Down

0 comments on commit ac0cbbe

Please sign in to comment.