From 575618f02ea7ed3edc53b4bcd24ecbfc6ef00e77 Mon Sep 17 00:00:00 2001 From: Joseph Richey Date: Fri, 9 Feb 2018 03:17:23 -0800 Subject: dep: Run dep ensure --- vendor/golang.org/x/crypto/ssh/terminal/terminal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/golang.org/x/crypto/ssh/terminal/terminal.go') diff --git a/vendor/golang.org/x/crypto/ssh/terminal/terminal.go b/vendor/golang.org/x/crypto/ssh/terminal/terminal.go index 18379a9..9a88759 100644 --- a/vendor/golang.org/x/crypto/ssh/terminal/terminal.go +++ b/vendor/golang.org/x/crypto/ssh/terminal/terminal.go @@ -617,7 +617,7 @@ func writeWithCRLF(w io.Writer, buf []byte) (n int, err error) { if _, err = w.Write(crlf); err != nil { return n, err } - n += 1 + n++ buf = buf[1:] } } -- cgit v1.3