diff --git a/Updater/Update-Service.ps1 b/Updater/Update-Service.ps1
index 4bd8024cf66ffb147f26177e311568384cfe8568..c1d6748ecaf773394087cdcaf3c98762792640f6 100644
--- a/Updater/Update-Service.ps1
+++ b/Updater/Update-Service.ps1
@@ -52,6 +52,7 @@ function ServiceIsBusy {
     }
 }
 
+
 function Stop-TrayApp() {
     try {
         Stop-Process -Name "ATxTray" -Force -ErrorAction Stop
@@ -351,6 +352,7 @@ function Update-ServiceBinaries {
     Return $True
 }
 
+
 function NewServiceBinaries-Available {
     $MarkerFile = "$($UpdPathMarkerFiles)\$($env:COMPUTERNAME)"
     if (Test-Path "$MarkerFile" -Type Leaf) {