Skip to content

Commit

Permalink
fix: gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mindspank committed Feb 6, 2025
1 parent e658267 commit 2dc4c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/compilers/rillv1/parse_explore.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type ExploreYAML struct {
DisplayName string `yaml:"display_name"`
Title string `yaml:"title"` // Deprecated: use display_name
Description string `yaml:"description"`
Banner string `yaml:"banner"`
Banner string `yaml:"banner"`
MetricsView string `yaml:"metrics_view"`
Dimensions *FieldSelectorYAML `yaml:"dimensions"`
Measures *FieldSelectorYAML `yaml:"measures"`
Expand Down

0 comments on commit 2dc4c09

Please sign in to comment.