Skip to content

Commit 1935ad8

Browse files
committed
Update metric.go
1 parent a58479c commit 1935ad8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/mdatagen/internal/metric.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ func (s Stability) String() string {
6666
return fmt.Sprintf(" [%s]", s.Level.String())
6767
}
6868

69-
// NOTE: confmap rejects unknown keys by default.
70-
// The "from" field cannot be tested via full metadata loading
71-
// unless WithIgnoreUnused() is used by the caller.
69+
// NOTE: confmap rejects unknown keys by default.
70+
// The "from" field cannot be tested via full metadata loading
71+
// unless WithIgnoreUnused() is used by the caller.
7272
func (s *Stability) Unmarshal(parser *confmap.Conf) error {
7373
if !parser.IsSet("level") {
7474
return errors.New("missing required field: `stability.level`")

0 commit comments

Comments
 (0)