Skip to content

Commit

Permalink
Cleanup extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
obvioussean committed Jul 25, 2018
1 parent b2a87a2 commit a81e242
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Common/Validation/ValidationHelpers.cs
Expand Up @@ -120,7 +120,6 @@ private async static Task CheckProjectPermission(WorkItemClientConnection client
securityHttpClient = client.Connection.GetClient<SecurityHttpClient>();
projectHttpClient = client.Connection.GetClient<ProjectHttpClient>();
teamProject = await projectHttpClient.GetProject(project);

}
catch (Exception e) when (e.InnerException is VssUnauthorizedException)
{
Expand Down

0 comments on commit a81e242

Please sign in to comment.