Skip to content

Commit 8178684

Browse files
author
Alex Boten
committed
precommit
Signed-off-by: Alex Boten <[email protected]>
1 parent 5753343 commit 8178684

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright The OpenTelemetry Authors
22
// SPDX-License-Identifier: Apache-2.0
33

4-
package config // import go.opentelemetry.io/contrib/config
4+
package config // import "go.opentelemetry.io/contrib/config"
55

66
import (
77
"context"

config/metric.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright The OpenTelemetry Authors
22
// SPDX-License-Identifier: Apache-2.0
33

4-
package config // import go.opentelemetry.io/contrib/config
4+
package config // import "go.opentelemetry.io/contrib/config"
55

66
import (
77
"go.opentelemetry.io/otel/metric"

config/trace.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright The OpenTelemetry Authors
22
// SPDX-License-Identifier: Apache-2.0
33

4-
package config // import go.opentelemetry.io/contrib/config
4+
package config // import "go.opentelemetry.io/contrib/config"
55

66
import (
77
sdktrace "go.opentelemetry.io/otel/sdk/trace"

0 commit comments

Comments
 (0)