Skip to content

Commit c74ec0f

Browse files
Copilotjaviercn
andcommitted
Convert RootTypeCache namespace to file-scoped format
Co-authored-by: javiercn <[email protected]>
1 parent 993ba49 commit c74ec0f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Components/Shared/src/RootTypeCache.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
using System.Diagnostics.CodeAnalysis;
66
using System.Reflection;
77

8-
namespace Microsoft.AspNetCore.Components
9-
{
8+
namespace Microsoft.AspNetCore.Components;
109

1110
// A cache for root component types
1211
internal sealed class RootTypeCache
@@ -90,4 +89,3 @@ public bool Equals(Key other) => string.Equals(Assembly, other.Assembly, StringC
9089
public override int GetHashCode() => HashCode.Combine(Assembly, Type);
9190
}
9291
}
93-
}

0 commit comments

Comments
 (0)