Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <aboten@lightstep.com>
  • Loading branch information
Alex Boten committed Oct 11, 2023
1 parent 5753343 commit 8178684
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/config.go
@@ -1,7 +1,7 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

package config // import go.opentelemetry.io/contrib/config
package config // import "go.opentelemetry.io/contrib/config"

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion config/metric.go
@@ -1,7 +1,7 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

package config // import go.opentelemetry.io/contrib/config
package config // import "go.opentelemetry.io/contrib/config"

import (
"go.opentelemetry.io/otel/metric"
Expand Down
2 changes: 1 addition & 1 deletion config/trace.go
@@ -1,7 +1,7 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

package config // import go.opentelemetry.io/contrib/config
package config // import "go.opentelemetry.io/contrib/config"

import (
sdktrace "go.opentelemetry.io/otel/sdk/trace"
Expand Down

0 comments on commit 8178684

Please sign in to comment.