Skip to content

Commit 4542b47

Browse files
fix empty line after go build tags
Signed-off-by: Alessandro Carminati <[email protected]> Reported-by: Maurizio Papini <[email protected]>
1 parent 8e2ebbe commit 4542b47

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

nav.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// +build !CGO
21
/*
32
* Copyright (c) 2022 Red Hat, Inc.
43
* SPDX-License-Identifier: GPL-2.0-or-later

nav_cgo.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// +build CGO
2+
23
package main
34

45
/*

nav_cgo_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// +build CGO
2+
23
/*
34
* Copyright (c) 2022 Red Hat, Inc.
45
* SPDX-License-Identifier: GPL-2.0-or-later

nav_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// +build !CGO
2+
23
/*
34
* Copyright (c) 2022 Red Hat, Inc.
45
* SPDX-License-Identifier: GPL-2.0-or-later

0 commit comments

Comments
 (0)