Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <[email protected]>
  • Loading branch information
coleenquadros committed Sep 18, 2023
1 parent 401b2d3 commit 4aaa169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/promclient/promclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ func (f *Flags) UnmarshalJSON(b []byte) error {
TSDBMaxTime modelDuration `json:"storage.tsdb.max-block-duration"`
WebEnableAdminAPI modelBool `json:"web.enable-admin-api"`
WebEnableLifecycle modelBool `json:"web.enable-lifecycle"`
PromFeature string `json:"enable-feature"`
PromFeature string `json:"enable-feature"`
}{}

if err := json.Unmarshal(b, &parsableFlags); err != nil {
Expand Down

0 comments on commit 4aaa169

Please sign in to comment.