Skip to content

Commit

Permalink
Update specs/builder.go
Browse files Browse the repository at this point in the history
  • Loading branch information
alovak authored Oct 5, 2023
1 parent 8b756e2 commit 5d18200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ type fieldDummy struct {
Tag *tagDummy `json:"tag,omitempty" xml:"tag,omitempty"`
Subfields map[string]*fieldDummy `json:"subfields,omitempty" xml:"subfields:omitempty"`
Bitmap *fieldDummy `json:"bitmap,omitempty" xml:"bitmap,omitempty"`
DisableAutoExpand bool `json:"disableautoexpand,omitempty" xml:"disableautoexpand,omitempty"`
DisableAutoExpand bool `json:"disableAutoExpand,omitempty" xml:"disableAutoExpand,omitempty"`
}

type paddingDummy struct {
Expand Down

0 comments on commit 5d18200

Please sign in to comment.