Skip to content

Commit f5ff2eb

Browse files
committed
Fix some more indents
1 parent 3475349 commit f5ff2eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

functions/public/Invoke-WPFUpdatesdisable.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ function Invoke-WPFUpdatesdisable {
2424

2525
Write-Host "Disabled wuauserv Service"
2626
Set-Service -Name wuauserv -StartupType Disabled
27-
27+
2828
Write-Host "Disabled UsoSvc Service"
2929
Set-Service -Name UsoSvc -StartupType Disabled
30-
30+
3131
Write-Host "Disabled WaaSMedicSvc Service"
3232
Set-Service -Name WaaSMedicSvc -StartupType Disabled
3333

0 commit comments

Comments
 (0)