aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-06-04 21:39:24 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-06-05 12:23:19 +0200
commit503fd5b2f7dbac79970770f0fc6754163dce1588 (patch)
tree6c32438b11f9013e956d3bdad0e6a23ca8722e8a /pkg/csource
parent555756280ed34cb4ad9e18599002976804d0ae38 (diff)
.golangci.yml: enable whitespace checker
Points to bad empty lines very precisely.
Diffstat (limited to 'pkg/csource')
-rw-r--r--pkg/csource/csource_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/csource/csource_test.go b/pkg/csource/csource_test.go
index a5b12babf..152c732b8 100644
--- a/pkg/csource/csource_test.go
+++ b/pkg/csource/csource_test.go
@@ -43,7 +43,6 @@ func TestGenerate(t *testing.T) {
t.Parallel()
testTarget(t, target, full)
})
-
}
}