Skip to content

Commit de1727a

Browse files
committed
Go imports
1 parent 69b7a67 commit de1727a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emf/emf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ type DimensionSet []string
1919

2020
// MetricDefinition struct as defined in AWS Embedded Metrics Format spec.
2121
type MetricDefinition struct {
22-
Name string `json:"Name"`
22+
Name string `json:"Name"`
2323
Unit MetricUnit `json:"Unit,omitempty"`
2424
}

0 commit comments

Comments
 (0)