Skip to content

Commit

Permalink
More lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mwear committed Aug 2, 2023
1 parent fce3cf3 commit beb7ade
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion component/componenttest/nop_host.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func NewNopHost() component.Host {

func (nh *nopHost) ReportFatalError(_ error) {}

func (hw *nopHost) ReportComponentStatus(_ *component.StatusEvent) {}
func (nh *nopHost) ReportComponentStatus(_ *component.StatusEvent) {}

func (nh *nopHost) GetFactory(_ component.Kind, _ component.Type) component.Factory {
return nil
Expand Down
2 changes: 1 addition & 1 deletion component/status.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

package component
package component // import "go.opentelemetry.io/collector/component"

import (
"errors"
Expand Down
2 changes: 1 addition & 1 deletion processor/processortest/unhealthy_processor.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

package processortest // import "go.opentelemetry.io/collector/component/componenttest"
package processortest // import "go.opentelemetry.io/collector/processor/processortest"

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion service/internal/servicehost/host.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

package servicehost
package servicehost // import "go.opentelemetry.io/collector/service/internal/servicehost"

import (
"go.opentelemetry.io/collector/component"
Expand Down
2 changes: 1 addition & 1 deletion service/internal/servicehost/nop_host.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

package servicehost
package servicehost // import "go.opentelemetry.io/collector/service/internal/servicehost"

import (
"go.opentelemetry.io/collector/component"
Expand Down

0 comments on commit beb7ade

Please sign in to comment.