Skip to content

Commit d08e267

Browse files
Copilotkamilbaczek
andcommitted
Fix IDE0055 formatting - remove blank line before ConfigureEndpoints
Co-authored-by: kamilbaczek <74410956+kamilbaczek@users.noreply.github.com>
1 parent 3863ac9 commit d08e267

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

  • Chapter-4-applying-tactical-domain-driven-design

Chapter-4-applying-tactical-domain-driven-design/Fitnet.Contracts/Src/Fitnet.Contracts.Infrastructure/EventBus/EventBusModule.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ internal static IServiceCollection AddEventBus(this IServiceCollection services,
4141
}
4242
});
4343
}
44-
4544
factoryConfigurator.ConfigureEndpoints(context);
4645
});
4746
});

Chapter-4-applying-tactical-domain-driven-design/Fitnet/Src/Passes/Fitnet.Passes.Api/Common/EventBus/EventBusModule.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ internal static IServiceCollection AddEventBus(this IServiceCollection services,
4444
}
4545
});
4646
}
47-
4847
factoryConfigurator.ConfigureEndpoints(context);
4948
});
5049
configurator.ConfigureOutbox();

0 commit comments

Comments
 (0)