From 78e8dc48caf6e69f27f4728f32ac8de5d2200691 Mon Sep 17 00:00:00 2001 From: rauhs Date: Tue, 8 Aug 2023 08:38:01 +0200 Subject: [PATCH] Update Extensions.cs --- src/Moq/Extensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Moq/Extensions.cs b/src/Moq/Extensions.cs index 4a09e6309..0cdfd2ef6 100644 --- a/src/Moq/Extensions.cs +++ b/src/Moq/Extensions.cs @@ -519,7 +519,7 @@ public static Type SubstituteTypeMatchers(this Type type, Type other) return type; } - private static readonly ConcurrentDictionary, InterfaceMapping> mappingsCache = new (); + private static readonly ConcurrentDictionary, InterfaceMapping> mappingsCache = new(); private static InterfaceMapping GetInterfaceMap(Type type, Type interfaceType) {