removed line after function definition

1.6
enigma0x3 2015-08-07 19:37:12 -04:00
parent 7f1cc242db
commit 58d626dda4
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
Function Invoke-VoiceTroll
{
[CmdletBinding()]
Param (
@ -11,4 +10,4 @@ Function Invoke-VoiceTroll
Add-Type -AssemblyName System.Speech
$synth = New-Object -TypeName System.Speech.Synthesis.SpeechSynthesizer
$synth.Speak($VoiceText)
}
}