Skip to content

Commit

Permalink
Update Extensions.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
rauhs committed Aug 9, 2023
1 parent be7cf1f commit f2593d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Moq/Extensions.cs
Expand Up @@ -519,7 +519,7 @@ public static Type SubstituteTypeMatchers(this Type type, Type other)
return type;
}

private static readonly ConcurrentDictionary<Tuple<Type, Type>, InterfaceMapping> mappingsCache = new ();
private static readonly ConcurrentDictionary<Tuple<Type, Type>, InterfaceMapping> mappingsCache = new();

private static InterfaceMapping GetInterfaceMap(Type type, Type interfaceType)
{
Expand Down

0 comments on commit f2593d7

Please sign in to comment.