Skip to content

Commit 48e33e0

Browse files
committed
license-linter: Fix typo
Missed a blank comment line. Part of RE-658 Release note: none
1 parent 1252125 commit 48e33e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pkg/testutils/lint/lint_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ var (
6262
// https://github.com/cockroachdb/cockroach/blob/master/licenses/CCL.txt
6363
`)
6464
cslHeader = regexp.MustCompile(`// Copyright 20\d\d The Cockroach Authors.
65+
//
6566
// Use of this software is governed by the CockroachDB Software License
6667
// included in the /LICENSE file.
6768
`)

0 commit comments

Comments
 (0)