Skip to content

Commit 65f8a3a

Browse files
authored
Update DefaultEntityRepository.cs
1 parent 457e93d commit 65f8a3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/JsonApiDotNetCore/Data/DefaultEntityRepository.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ public DefaultEntityRepository(
6262
_resourceDefinition = resourceDefinition;
6363
}
6464

65-
public
66-
DefaultEntityRepository(
65+
public DefaultEntityRepository(
6766
ILoggerFactory loggerFactory,
6867
IJsonApiContext jsonApiContext,
6968
IDbContextResolver contextResolver,

0 commit comments

Comments
 (0)