diff --git a/Haystack.ps1 b/Haystack.ps1 index 753d691..a37f9c1 100644 --- a/Haystack.ps1 +++ b/Haystack.ps1 @@ -95,4 +95,4 @@ $form.Controls.Add($ipLabel) $form.Controls.Add($ipTextBox) # Show the form -$form.ShowDialog() | Out-Null +$form.ShowDialog() | Out-Null \ No newline at end of file