Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanefe committed Aug 16, 2024
1 parent 08ad7cc commit 4a644be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Calendar/CalLogHelpers/Invoke-GetMailbox.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ function GetMailbox {
[bool]$UseGetMailbox
)

$params = @{Identity = $Identity
ErrorAction = "SilentlyContinue"
$params = @{Identity = $Identity
ErrorAction = "SilentlyContinue"
}

if ($UseGetMailbox) {
Expand Down

0 comments on commit 4a644be

Please sign in to comment.