Skip to content

Commit

Permalink
chore: run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-shirbandi committed Dec 29, 2023
1 parent a25b4ef commit ebe75ec
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/2-Services/Boards/Api/Boards.Read.Api/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ private static void Main(string[] args)

app.Run();
}
}
}
2 changes: 1 addition & 1 deletion src/2-Services/Boards/Api/Boards.Write.Api/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ private static void Main(string[] args)

app.Run();
}
}
}
2 changes: 1 addition & 1 deletion src/2-Services/Identity/Api/Identity.Api/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ private static void Main(string[] args)

app.Run();
}
}
}
2 changes: 1 addition & 1 deletion src/2-Services/Owners/Api/Owners.Read.Api/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ private static void Main(string[] args)

app.Run();
}
}
}
2 changes: 1 addition & 1 deletion src/2-Services/Owners/Api/Owners.Write.Api/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ private static void Main(string[] args)

app.Run();
}
}
}
2 changes: 1 addition & 1 deletion src/2-Services/Tasks/Api/Tasks.Read.Api/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ private static void Main(string[] args)

app.Run();
}
}
}
2 changes: 1 addition & 1 deletion src/2-Services/Tasks/Api/Tasks.Write.Api/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ private static void Main(string[] args)

app.Run();
}
}
}
2 changes: 1 addition & 1 deletion src/3-ApiGateways/UserPanel/Aggregator/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ private static void Main(string[] args)

app.Run();
}
}
}
2 changes: 1 addition & 1 deletion src/3-ApiGateways/UserPanel/ApiGateway/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ private static void Main(string[] args)

app.Run();
}
}
}
2 changes: 1 addition & 1 deletion src/4-Clients/UserPanel/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ private static async Task Main(string[] args)

await builder.Build().RunAsync();
}
}
}
2 changes: 1 addition & 1 deletion src/4-Clients/Website/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ private static void Main(string[] args)

app.Run();
}
}
}
2 changes: 1 addition & 1 deletion src/6-Build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,4 @@ internal class Build : NukeBuild
foreach (var testProject in testProjects)
DotNet(workingDirectory: testProject.Directory, arguments: $"stryker {reporter}");
});
}
}
2 changes: 1 addition & 1 deletion src/6-Build/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ public static implicit operator string(Configuration configuration)
{
return configuration.Value;
}
}
}

0 comments on commit ebe75ec

Please sign in to comment.