Skip to content

Commit 0a93816

Browse files
committed
Changes to xPowerPlan
Style changes to Get-method
1 parent c28435c commit 0a93816

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DSCResources/MSFT_xPowerPlan/MSFT_xPowerPlan.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function Get-TargetResource
5050

5151
if ($plan)
5252
{
53-
if( $plan.IsActive )
53+
if ($plan.IsActive)
5454
{
5555
Write-Verbose -Message ($script:localizedData.PowerPlanIsActive -f $Name)
5656
$activePlanName = $Name

0 commit comments

Comments
 (0)