Skip to content

Commit

Permalink
(maint) Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Jul 7, 2020
1 parent 2275fe4 commit b7b53bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cake.Recipe/Content/testing.cake
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,10 @@ BuildParameters.Tasks.DotNetCoreTestTask = Task("DotNetCore-Test")
BuildParameters.Tasks.IntegrationTestTask = Task("Run-Integration-Tests")
.WithCriteria(() => BuildParameters.ShouldRunIntegrationTests)
.IsDependentOn("Default")
.Does(() =>
.Does(() =>
{
CakeExecuteScript(BuildParameters.IntegrationTestScriptPath,
new CakeSettings
new CakeSettings
{
Arguments = new Dictionary<string, string>
{
Expand Down

0 comments on commit b7b53bb

Please sign in to comment.