Skip to content

Commit 83120d3

Browse files
committed
fix typedef in test
1 parent cc30419 commit 83120d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ServiceScan.SourceGenerator.Tests/CustomHandlerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ public interface IEntityTypeConfiguration<TEntity> where TEntity : class
346346
void Configure(EntityTypeBuilder<TEntity> builder);
347347
}
348348
349-
public class EntityTypeBuilder<TEntity> : where TEntity : class;
349+
public class EntityTypeBuilder<TEntity> where TEntity : class;
350350
351351
public class ModelBuilder
352352
{

0 commit comments

Comments
 (0)