Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit c25cdfe

Browse files
authored
Fix if ( formatting
1 parent a7c9aaf commit c25cdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/GitHub.UI.UnitTests/Helpers/AppDomainContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public static void Invoke(AppDomainSetup setup, Action remoteAction)
1818

1919
public AppDomainContext(AppDomainSetup setup = null)
2020
{
21-
if(setup == null)
21+
if (setup == null)
2222
{
2323
setup = new AppDomainSetup();
2424
setup.ApplicationBase = AppDomain.CurrentDomain.BaseDirectory; // don't use the process base dir

0 commit comments

Comments
 (0)