Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wenovus committed Jun 27, 2024
1 parent 83364e4 commit 2051120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/yang/yang.go
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ func (s *Length) Statement() *Statement { return s.Source }
func (s *Length) Exts() []*Statement { return s.Extensions }

// A Pattern is defined in: http://tools.ietf.org/html/rfc6020#section-9.4.6
//and http://tools.ietf.org/html/rfc7950#section-9.4.5.1 ("modifier" sub-statement)
// and http://tools.ietf.org/html/rfc7950#section-9.4.5.1 ("modifier" sub-statement)
type Pattern struct {
Name string `yang:"Name,nomerge"`
Source *Statement `yang:"Statement,nomerge"`
Expand Down

0 comments on commit 2051120

Please sign in to comment.