Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
niphlod committed Feb 23, 2025
1 parent 1142dd4 commit cbb2433
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions public/Invoke-DbaDbShrink.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,7 @@ function Invoke-DbaDbShrink {
$success = $false
Stop-Function -Message 'Failure' -EnableException $EnableException -ErrorRecord $_ -Continue
continue
}
finally {
} finally {
$instance.ConnectionContext.StatementTimeout = $previousStatementTimeout
}
$end = Get-Date
Expand Down Expand Up @@ -351,4 +350,4 @@ function Invoke-DbaDbShrink {
}
}
}
}
}

0 comments on commit cbb2433

Please sign in to comment.