Skip to content

Commit 101ca12

Browse files
committed
Fix linting issues.
Signed-off-by: SuperQ <superq@gmail.com>
1 parent 68b909e commit 101ca12

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

cmd/postgres_exporter/pg_setting_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build !integration
15-
// +build !integration
1615

1716
package main
1817

cmd/postgres_exporter/postgres_exporter_integration_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
// a lot of additional work to keep the external docker environment they require
1616
// working.
1717
//go:build integration
18-
// +build integration
1918

2019
package main
2120

cmd/postgres_exporter/postgres_exporter_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build !integration
15-
// +build !integration
1615

1716
package main
1817

0 commit comments

Comments
 (0)