From 4a644be905f76191d44a2c43e9405b7a3c54628b Mon Sep 17 00:00:00 2001 From: Shane Ferrell Date: Fri, 16 Aug 2024 10:54:08 -0700 Subject: [PATCH] Fix spacing --- Calendar/CalLogHelpers/Invoke-GetMailbox.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Calendar/CalLogHelpers/Invoke-GetMailbox.ps1 b/Calendar/CalLogHelpers/Invoke-GetMailbox.ps1 index ce15b4693..92795adf5 100644 --- a/Calendar/CalLogHelpers/Invoke-GetMailbox.ps1 +++ b/Calendar/CalLogHelpers/Invoke-GetMailbox.ps1 @@ -21,8 +21,8 @@ function GetMailbox { [bool]$UseGetMailbox ) - $params = @{Identity = $Identity - ErrorAction = "SilentlyContinue" + $params = @{Identity = $Identity + ErrorAction = "SilentlyContinue" } if ($UseGetMailbox) {