Formatting as in main

This commit is contained in:
RudiMT 2021-04-06 13:11:42 +02:00 committed by sophia
parent 0867fbd9d8
commit e14aa1e430

View File

@ -25,6 +25,6 @@ try {
Write-OutputMessage "This version of HyperV does not support EnhancedSessionTransportType, ignoring." Write-OutputMessage "This version of HyperV does not support EnhancedSessionTransportType, ignoring."
} }
} catch { } catch {
Write-ErrorMessage "Failed to assign EnhancedSessionTransportType to ${Type}:${PSItem}" Write-ErrorMessage "Failed to assign EnhancedSessionTransportType to ${Type}: ${PSItem}"
exit 1 exit 1
} }