diff --git a/src/2-Services/Boards/Api/Boards.Read.Api/Program.cs b/src/2-Services/Boards/Api/Boards.Read.Api/Program.cs index d2f5c35d0..cdecf79b9 100644 --- a/src/2-Services/Boards/Api/Boards.Read.Api/Program.cs +++ b/src/2-Services/Boards/Api/Boards.Read.Api/Program.cs @@ -13,4 +13,4 @@ private static void Main(string[] args) app.Run(); } -} \ No newline at end of file +} diff --git a/src/2-Services/Boards/Api/Boards.Write.Api/Program.cs b/src/2-Services/Boards/Api/Boards.Write.Api/Program.cs index 9eda4b078..41512fcf9 100644 --- a/src/2-Services/Boards/Api/Boards.Write.Api/Program.cs +++ b/src/2-Services/Boards/Api/Boards.Write.Api/Program.cs @@ -13,4 +13,4 @@ private static void Main(string[] args) app.Run(); } -} \ No newline at end of file +} diff --git a/src/2-Services/Identity/Api/Identity.Api/Program.cs b/src/2-Services/Identity/Api/Identity.Api/Program.cs index 6626144db..03c22e85b 100644 --- a/src/2-Services/Identity/Api/Identity.Api/Program.cs +++ b/src/2-Services/Identity/Api/Identity.Api/Program.cs @@ -13,4 +13,4 @@ private static void Main(string[] args) app.Run(); } -} \ No newline at end of file +} diff --git a/src/2-Services/Owners/Api/Owners.Read.Api/Program.cs b/src/2-Services/Owners/Api/Owners.Read.Api/Program.cs index 1626f852c..ea6cdce4b 100644 --- a/src/2-Services/Owners/Api/Owners.Read.Api/Program.cs +++ b/src/2-Services/Owners/Api/Owners.Read.Api/Program.cs @@ -13,4 +13,4 @@ private static void Main(string[] args) app.Run(); } -} \ No newline at end of file +} diff --git a/src/2-Services/Owners/Api/Owners.Write.Api/Program.cs b/src/2-Services/Owners/Api/Owners.Write.Api/Program.cs index 8e8df6d49..2e57217dc 100644 --- a/src/2-Services/Owners/Api/Owners.Write.Api/Program.cs +++ b/src/2-Services/Owners/Api/Owners.Write.Api/Program.cs @@ -13,4 +13,4 @@ private static void Main(string[] args) app.Run(); } -} \ No newline at end of file +} diff --git a/src/2-Services/Tasks/Api/Tasks.Read.Api/Program.cs b/src/2-Services/Tasks/Api/Tasks.Read.Api/Program.cs index 4cab76f8f..ddd2a0c53 100644 --- a/src/2-Services/Tasks/Api/Tasks.Read.Api/Program.cs +++ b/src/2-Services/Tasks/Api/Tasks.Read.Api/Program.cs @@ -13,4 +13,4 @@ private static void Main(string[] args) app.Run(); } -} \ No newline at end of file +} diff --git a/src/2-Services/Tasks/Api/Tasks.Write.Api/Program.cs b/src/2-Services/Tasks/Api/Tasks.Write.Api/Program.cs index b7410ace9..f65255914 100644 --- a/src/2-Services/Tasks/Api/Tasks.Write.Api/Program.cs +++ b/src/2-Services/Tasks/Api/Tasks.Write.Api/Program.cs @@ -13,4 +13,4 @@ private static void Main(string[] args) app.Run(); } -} \ No newline at end of file +} diff --git a/src/3-ApiGateways/UserPanel/Aggregator/Program.cs b/src/3-ApiGateways/UserPanel/Aggregator/Program.cs index 5683e4c8a..1f1032a80 100644 --- a/src/3-ApiGateways/UserPanel/Aggregator/Program.cs +++ b/src/3-ApiGateways/UserPanel/Aggregator/Program.cs @@ -12,4 +12,4 @@ private static void Main(string[] args) app.Run(); } -} \ No newline at end of file +} diff --git a/src/3-ApiGateways/UserPanel/ApiGateway/Program.cs b/src/3-ApiGateways/UserPanel/ApiGateway/Program.cs index d1676b7f3..de3f74cc7 100644 --- a/src/3-ApiGateways/UserPanel/ApiGateway/Program.cs +++ b/src/3-ApiGateways/UserPanel/ApiGateway/Program.cs @@ -12,4 +12,4 @@ private static void Main(string[] args) app.Run(); } -} \ No newline at end of file +} diff --git a/src/4-Clients/UserPanel/Program.cs b/src/4-Clients/UserPanel/Program.cs index 27ec28984..5e1402286 100644 --- a/src/4-Clients/UserPanel/Program.cs +++ b/src/4-Clients/UserPanel/Program.cs @@ -16,4 +16,4 @@ private static async Task Main(string[] args) await builder.Build().RunAsync(); } -} \ No newline at end of file +} diff --git a/src/4-Clients/Website/Program.cs b/src/4-Clients/Website/Program.cs index c8d3c8e4b..83a64ea94 100644 --- a/src/4-Clients/Website/Program.cs +++ b/src/4-Clients/Website/Program.cs @@ -12,4 +12,4 @@ private static void Main(string[] args) app.Run(); } -} \ No newline at end of file +} diff --git a/src/6-Build/Build.cs b/src/6-Build/Build.cs index d3d7516a4..75d74d8b1 100644 --- a/src/6-Build/Build.cs +++ b/src/6-Build/Build.cs @@ -195,4 +195,4 @@ internal class Build : NukeBuild foreach (var testProject in testProjects) DotNet(workingDirectory: testProject.Directory, arguments: $"stryker {reporter}"); }); -} \ No newline at end of file +} diff --git a/src/6-Build/Configuration.cs b/src/6-Build/Configuration.cs index 451132483..7bfb7cd90 100644 --- a/src/6-Build/Configuration.cs +++ b/src/6-Build/Configuration.cs @@ -13,4 +13,4 @@ public static implicit operator string(Configuration configuration) { return configuration.Value; } -} \ No newline at end of file +}