Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKrivanek committed Jun 17, 2024
1 parent 095dfe4 commit 2f36633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Build.UnitTests/BackEnd/BuildManager_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public BuildManager_Tests(ITestOutputHelper output)
EnableNodeReuse = false
};
_buildManager = new BuildManager();
_projectCollection = new ProjectCollection(globalProperties:null, _parameters.Loggers, ToolsetDefinitionLocations.Default);
_projectCollection = new ProjectCollection(globalProperties: null, _parameters.Loggers, ToolsetDefinitionLocations.Default);

_env = TestEnvironment.Create(output);
_inProcEnvCheckTransientEnvironmentVariable = _env.SetEnvironmentVariable("MSBUILDINPROCENVCHECK", "1");
Expand Down

0 comments on commit 2f36633

Please sign in to comment.