diff --git a/src/chocolatey.tests/TinySpec.cs b/src/chocolatey.tests/TinySpec.cs index 9ccff1d130..7774e65fb7 100644 --- a/src/chocolatey.tests/TinySpec.cs +++ b/src/chocolatey.tests/TinySpec.cs @@ -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