Skip to content

Commit

Permalink
gofmt -s -w . (#2991)
Browse files Browse the repository at this point in the history
  • Loading branch information
umanwizard authored Oct 8, 2024
1 parent bacf584 commit c463901
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion metrics/all.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions metrics/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ package metrics
//go:generate python3 genschema/gen.py metrics.json all.go

// MetricUnit is the type for metric units (e.g. millis).
type MetricUnit uint64
type MetricUnit uint64

// MetricType is the type for metric types (e.g. gauge).
// MetricType is the type for metric types (e.g. gauge).
type MetricType uint64

type Metric struct {
Desc string;
Field string;
Type MetricType;
Unit MetricUnit;
Desc string
Field string
Type MetricType
Unit MetricUnit
}

0 comments on commit c463901

Please sign in to comment.