Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
* stable:
  (GH-1020) fix build
  • Loading branch information
ferventcoder committed Mar 25, 2020
2 parents 254a42b + 9749861 commit 9bb4246
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/chocolatey.tests/TinySpec.cs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,9 @@ public WindowsOnlyAttribute()
Exclude = "Mono, Linux, MacOsX, Linux";
}

public WindowsOnlyAttribute(string platforms): base(platforms)
public WindowsOnlyAttribute(string platforms) : base(platforms)
{
}
}

public class IntegrationAttribute : CategoryAttribute
Expand Down

0 comments on commit 9bb4246

Please sign in to comment.