diff --git a/pkg/runner/utils.go b/pkg/runner/utils.go index e770ba5..0009ad3 100644 --- a/pkg/runner/utils.go +++ b/pkg/runner/utils.go @@ -51,7 +51,6 @@ func (r *Runner) UploadToChaos(reader io.Reader) error { return fmt.Errorf("invalid status code received: %d", resp.StatusCode) } return nil - } // WriteHostOutput writes the output list of subdomain to an io.Writer