Skip to content

Commit

Permalink
lint: move header
Browse files Browse the repository at this point in the history
  • Loading branch information
edma2 committed Nov 20, 2024
1 parent f184393 commit 16f3fbd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

//go:build !race
// +build !race

Expand All @@ -13,9 +16,6 @@
// github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusremotewriteexporter.Test_PushMetricsConcurrent.func3()
// exporter_test.go:905 +0x78

// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

package prometheusremotewriteexporter

import (
Expand Down

0 comments on commit 16f3fbd

Please sign in to comment.