Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dgottlieb committed Jan 28, 2025
1 parent c897bd8 commit 8c0a9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/testmodule/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func newHelper(
}

if len(deps) > 0 && dependsOnSensor == nil {
return nil, fmt.Errorf("Sensor not found in deps: %v", deps)
return nil, fmt.Errorf("sensor not found in deps: %v", deps)
}

return &helper{
Expand Down

0 comments on commit 8c0a9db

Please sign in to comment.