diff --git a/samples/EventBusSample/EventBusSample.csproj b/samples/EventBusSample/EventBusSample.csproj
index 3b2af1a..9b77960 100644
--- a/samples/EventBusSample/EventBusSample.csproj
+++ b/samples/EventBusSample/EventBusSample.csproj
@@ -3,7 +3,7 @@
-
+
diff --git a/src/Tingle.PeriodicTasks.EventBus/EventBusBuilderExtensions.cs b/src/Tingle.PeriodicTasks.EventBus/EventBusBuilderExtensions.cs
index 9e184bf..48c0b18 100644
--- a/src/Tingle.PeriodicTasks.EventBus/EventBusBuilderExtensions.cs
+++ b/src/Tingle.PeriodicTasks.EventBus/EventBusBuilderExtensions.cs
@@ -11,7 +11,7 @@ public static class EventBusBuilderExtensions
///
public static EventBusBuilder AddPeriodicTasksTrigger(this EventBusBuilder builder)
{
- return builder.AddConsumer();
+ return builder.AddConsumer();
}
/// Register the necessary services for triggering periodic tasks.
@@ -20,6 +20,6 @@ public static EventBusBuilder AddPeriodicTasksTrigger(this EventBusBuilder build
///
public static EventBusBuilder AddPeriodicTasksTrigger(this EventBusBuilder builder, Action configure)
{
- return builder.AddConsumer(configure);
+ return builder.AddConsumer(configure);
}
}
diff --git a/src/Tingle.PeriodicTasks.EventBus/Tingle.PeriodicTasks.EventBus.csproj b/src/Tingle.PeriodicTasks.EventBus/Tingle.PeriodicTasks.EventBus.csproj
index 07a081f..43dbdd9 100644
--- a/src/Tingle.PeriodicTasks.EventBus/Tingle.PeriodicTasks.EventBus.csproj
+++ b/src/Tingle.PeriodicTasks.EventBus/Tingle.PeriodicTasks.EventBus.csproj
@@ -10,7 +10,7 @@
-
+
diff --git a/tests/Tingle.PeriodicTasks.EventBus.Tests/Tingle.PeriodicTasks.EventBus.Tests.csproj b/tests/Tingle.PeriodicTasks.EventBus.Tests/Tingle.PeriodicTasks.EventBus.Tests.csproj
index 0145de9..e906abf 100644
--- a/tests/Tingle.PeriodicTasks.EventBus.Tests/Tingle.PeriodicTasks.EventBus.Tests.csproj
+++ b/tests/Tingle.PeriodicTasks.EventBus.Tests/Tingle.PeriodicTasks.EventBus.Tests.csproj
@@ -2,7 +2,7 @@
-
+