Skip to content

Commit ba7e3f3

Browse files
Copilotkamilbaczek
andcommitted
Fix IDE0055 formatting - remove blank line after if statement
Co-authored-by: kamilbaczek <74410956+kamilbaczek@users.noreply.github.com>
1 parent 02795b6 commit ba7e3f3

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
@@ -23,7 +23,6 @@ internal static IServiceCollection AddEventBus(this IServiceCollection services,
2323
{
2424
return;
2525
}
26-
2726
var uri = options.Value?.Uri;
2827
var username = options.Value?.Username;
2928
var password = options.Value?.Password;

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
@@ -26,7 +26,6 @@ internal static IServiceCollection AddEventBus(this IServiceCollection services,
2626
{
2727
return;
2828
}
29-
3029
var uri = options.Value?.Uri;
3130
var username = options.Value?.Username;
3231
var password = options.Value?.Password;

0 commit comments

Comments
 (0)