Skip to content

Commit

Permalink
Fix code analysis warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Aug 13, 2020
1 parent 47fc8bf commit 4ad776f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/Cake.AzureDevOps/Pipelines/AzureDevOpsArtifactResource.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Collections.Generic;

namespace Cake.AzureDevOps.Pipelines
namespace Cake.AzureDevOps.Pipelines
{
using System.Collections.Generic;

/// <summary>
/// Represents a resource associated with a <see cref="AzureDevOpsBuildArtifact" />.
/// </summary>
Expand Down
1 change: 0 additions & 1 deletion src/Cake.AzureDevOps/Pipelines/AzureDevOpsBuildsHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ internal static class AzureDevOpsBuildsHelper
.ConfigureAwait(false)
.GetAwaiter()
.GetResult();

}
else if (!string.IsNullOrWhiteSpace(settings.ProjectName))
{
Expand Down

0 comments on commit 4ad776f

Please sign in to comment.