From 9e1d2abde179aa62c0a93092e27c4d53ebeccede Mon Sep 17 00:00:00 2001 From: lc Date: Sun, 17 May 2020 16:38:28 -0500 Subject: [PATCH] Remove newline --- pkg/runner/utils.go | 1 - 1 file changed, 1 deletion(-) 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