Skip to content

Commit 04d5f75

Browse files
committed
Fix formatting
1 parent d513b6a commit 04d5f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Autofac/Core/InternalReflectionCaches.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ internal class InternalReflectionCaches
5454
/// </summary>
5555
public ReflectionCacheDictionary<Type, ConstructorInfo[]> DefaultPublicConstructors { get; }
5656

57-
public ReflectionCacheDictionary<Type, Type> GenericTypeDefinitionByType { get; }
57+
public ReflectionCacheDictionary<Type, Type> GenericTypeDefinitionByType { get; }
5858

5959
/// <summary>
6060
/// Initializes a new instance of the <see cref="InternalReflectionCaches"/> class.

0 commit comments

Comments
 (0)