Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
aarshkshah1992 committed Jan 22, 2020
1 parent 81c8051 commit 50ad563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion introspection/introspection.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package introspection
type Introspector interface {
// RegisterProviders allows a subsystem to register itself as a provider of metrics
RegisterProviders(p *ProvidersTree) error
}
}
2 changes: 1 addition & 1 deletion introspection/providers_tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ type StreamProviders struct {
// RuntimeProviders contains provider functions that deal with the runtime.
type RuntimeProviders struct {
Get func() (*Runtime, error)
}
}

0 comments on commit 50ad563

Please sign in to comment.