Skip to content

Commit 7774754

Browse files
committed
Fix formatting issue
1 parent 42599e3 commit 7774754

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Tests/Unit/PSAppDeployToolkit.ModuleScaffold-Module.Tests.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ Describe 'Module Tests' -Tag Unit {
3838
{ [guid]::Parse($script:manifestEval.Guid) } | Should -Not -Throw
3939
} #guid
4040
It 'should not have any spaces in the tags' {
41-
foreach ($tag in $script:manifestEval.Tags) {
41+
foreach ($tag in $script:manifestEval.Tags)
42+
{
4243
$tag | Should -Not -Match '\s'
4344
}
4445
} #tagSpaces

0 commit comments

Comments
 (0)