Skip to content

Commit e700d9d

Browse files
Fix whitespace formatting
1 parent 0812ec6 commit e700d9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/gei/Commands/MigrateOrg/MigrateOrgCommandArgs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public override void Validate(OctoLogger log)
2929
{
3030
throw new OctoshiftCliException("GithubTargetOrg should be an org name, not a URL.");
3131
}
32-
if(GithubTargetEnterprise.HasValue() && Uri.IsWellFormedUriString(GithubTargetEnterprise, UriKind.Absolute))
32+
if (GithubTargetEnterprise.HasValue() && Uri.IsWellFormedUriString(GithubTargetEnterprise, UriKind.Absolute))
3333
{
3434
throw new OctoshiftCliException("GithubTargetEnterprise should be an enterprise name, not a URL.");
3535
}

src/gei/Commands/MigrateRepo/MigrateRepoCommandArgs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public override void Validate(OctoLogger log)
9797
{
9898
throw new OctoshiftCliException("The --use-github-storage flag was provided with a connection string for an Azure storage account. Archive cannot be uploaded to both locations.");
9999
}
100-
ValidateOrgAndRepoNames(); return;
100+
ValidateOrgAndRepoNames(); return;
101101
}
102102

103103
private void DefaultTargetRepo(OctoLogger log)

0 commit comments

Comments
 (0)