Skip to content

Commit 33db7f1

Browse files
committed
Styling
1 parent d8a82f3 commit 33db7f1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

powershell-adapter/psDscAdapter/psDscAdapter.psm1

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,7 @@ function Invoke-DscOperation {
450450
$Result[$_] = $raw_obj.$_.ToString()
451451

452452
}
453-
else
454-
{
453+
else {
455454
$Result[$_] = $raw_obj.$_
456455
}
457456
}
@@ -486,11 +485,10 @@ function Invoke-DscOperation {
486485
if ($raw_obj.$_ -is [System.Enum]) {
487486
$Result_obj[$_] = $raw_obj.$_.ToString()
488487
}
489-
else
490-
{
488+
else {
491489
$Result_obj[$_] = $raw_obj.$_
492490
}
493-
}
491+
}
494492
$resultArray += $Result_obj
495493
}
496494
$addToActualState = $resultArray

0 commit comments

Comments
 (0)