Skip to content

Commit 125d6c3

Browse files
fix: move build tags after license header in limits_test.go
As requested in review, the license header should come before the build constraints to pass CI checks.
1 parent 15a05fa commit 125d6c3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkg/common/util/os/limits_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
//go:build !windows
2-
// +build !windows
3-
41
/*
52
* Licensed to the Apache Software Foundation (ASF) under one or more
63
* contributor license agreements. See the NOTICE file distributed with
@@ -17,6 +14,9 @@
1714
* See the License for the specific language governing permissions and
1815
* limitations under the License.
1916
*/
17+
18+
//go:build !windows
19+
// +build !windows
2020

2121
package os
2222

0 commit comments

Comments
 (0)