Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mihir20 committed Jun 20, 2024
1 parent b3c5a9f commit c48aaae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions enterprise/trackedusers/noop.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import (
"github.com/rudderlabs/rudder-server/jobsdb"
)

type NoopDataCollector struct {
}
type NoopDataCollector struct{}

func NewNoopDataCollector() *NoopDataCollector {
return &NoopDataCollector{}
Expand Down

0 comments on commit c48aaae

Please sign in to comment.