Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpillar committed Sep 15, 2019
1 parent eb4873a commit a1f172f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,7 @@ func main() {
return
}

s := fmt.Sprintf("Host: %s\n", h.addr)

out <- append([]byte(s), b...)
out <- append([]byte("Host: " + h.addr + "\n"), b...)
}(h, cmd)
}

Expand Down

0 comments on commit a1f172f

Please sign in to comment.