Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreYang committed Jan 30, 2025
1 parent 9602762 commit 0e261f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comp/metadata/inventoryhaagent/mock/mock.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (
inventoryhaagent "github.com/DataDog/datadog-agent/comp/metadata/inventoryhaagent/def"
)

// MockModule defines the fx options for the mock component.
func MockModule() fxutil.Module {
// Module defines the fx options for the mock component.
func Module() fxutil.Module {
return fxutil.Component(
fx.Provide(newMock))
}
Expand Down

0 comments on commit 0e261f2

Please sign in to comment.