From ac3ecd74a4338b5f1d4383a1e0e2476e3b365b98 Mon Sep 17 00:00:00 2001 From: Eugene Baranovsky Date: Wed, 8 May 2024 13:57:51 +1200 Subject: [PATCH] format --- src/EventSourcingTests/fetch_a_single_event_with_metadata.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/EventSourcingTests/fetch_a_single_event_with_metadata.cs b/src/EventSourcingTests/fetch_a_single_event_with_metadata.cs index e6d903f65e..df6aafc348 100644 --- a/src/EventSourcingTests/fetch_a_single_event_with_metadata.cs +++ b/src/EventSourcingTests/fetch_a_single_event_with_metadata.cs @@ -31,8 +31,6 @@ public void fetch_with_metadata_synchronously() x.Events.MetadataConfig.HeadersEnabled = true; x.Events.MetadataConfig.CausationIdEnabled = true; x.Events.MetadataConfig.CorrelationIdEnabled = true; - - }); theSession.CorrelationId = "The Correlation"; @@ -60,8 +58,6 @@ public async Task fetch_with_metadata_asynchronously() x.Events.MetadataConfig.HeadersEnabled = true; x.Events.MetadataConfig.CausationIdEnabled = true; x.Events.MetadataConfig.CorrelationIdEnabled = true; - - }); theSession.CorrelationId = "The Correlation";