Skip to content

Commit

Permalink
(maint) formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Jun 6, 2017
1 parent bfcd45d commit 1bcd6dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ param(
)

Write-FunctionCallLogMessage -Invocation $MyInvocation -Parameters $PSBoundParameters

if(-not(Test-Path $executable)){
$errorMessage = "`'$executable`' does not exist, not able to create association"
Write-Error $errorMessage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ param (
)

Write-FunctionCallLogMessage -Invocation $MyInvocation -Parameters $PSBoundParameters

Write-Warning "Write-FileUpdateLog has been deprecated and will be removed in v1."

Write-Debug "Tracking current state of `'$locationToMonitor`'"
Expand Down

0 comments on commit 1bcd6dc

Please sign in to comment.