Skip to content

Commit

Permalink
Remove extra spaces
Browse files Browse the repository at this point in the history
Signed-off-by: FlamingSaint <[email protected]>
  • Loading branch information
FlamingSaint committed Jul 24, 2024
1 parent 0301e64 commit 4c51ab2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugin/metrics/prometheus/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,10 @@ func NewFactoryWithConfig(
if err := cfg.Validate(); err != nil {
return nil, err
}

f := NewFactory()
f.options = &Options{
Configuration: cfg,
}
f.Initialize(logger)

return f, nil
}

0 comments on commit 4c51ab2

Please sign in to comment.