diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-06-04 21:39:24 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-06-05 12:23:19 +0200 |
| commit | 503fd5b2f7dbac79970770f0fc6754163dce1588 (patch) | |
| tree | 6c32438b11f9013e956d3bdad0e6a23ca8722e8a /vm/gce | |
| parent | 555756280ed34cb4ad9e18599002976804d0ae38 (diff) | |
.golangci.yml: enable whitespace checker
Points to bad empty lines very precisely.
Diffstat (limited to 'vm/gce')
| -rw-r--r-- | vm/gce/gce.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vm/gce/gce.go b/vm/gce/gce.go index 097bcd707..7bc049cb2 100644 --- a/vm/gce/gce.go +++ b/vm/gce/gce.go @@ -239,7 +239,6 @@ func (inst *instance) Run(timeout time.Duration, stop <-chan bool, command strin conRpipe.Close() conWpipe.Close() return nil, nil, fmt.Errorf("failed to connect to console server: %v", err) - } conWpipe.Close() |
