Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Raghuram Kannan <[email protected]>
  • Loading branch information
FlamingSaint authored Jul 14, 2024
1 parent f871540 commit 78ca11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ var (
type MetricsFactory interface {
// Initialize performs internal initialization of the factory, such as opening connections to the backend store.
// It is called after all configuration of the factory itself has been done.
Initialize(logger *zap.Logger) error
Initialize(logger *zap.Logger) error

// CreateMetricsReader creates a metricsstore.Reader.
CreateMetricsReader() (metricsstore.Reader, error)
Expand Down

0 comments on commit 78ca11f

Please sign in to comment.