Skip to content

Commit b27ba27

Browse files
committed
Fix formatting in Restart-ReportingServicesService function
1 parent 1b9f326 commit b27ba27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/Modules/SqlServerDsc.Common/SqlServerDsc.Common.psm1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,8 @@ function Restart-ReportingServicesService
11371137
$reportingServicesService = Get-Service -Name $ServiceName -ErrorAction SilentlyContinue
11381138
}
11391139

1140-
if ($PSCmdlet.ParameterSetName -eq 'ServiceName') {
1140+
if ($PSCmdlet.ParameterSetName -eq 'ServiceName')
1141+
{
11411142
Write-Verbose -Message ($script:localizedData.GetServiceInformation -f $ServiceName) -Verbose
11421143
$reportingServicesService = Get-Service -Name $ServiceName
11431144
}

0 commit comments

Comments
 (0)