Skip to content

Commit

Permalink
Merge pull request #884 from tiborvass/omitempty-typo
Browse files Browse the repository at this point in the history
Fix "omitempty" typo
  • Loading branch information
vbatts authored Jul 7, 2017
2 parents f4d221c + 4560f98 commit 5723c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs-go/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ const (
type LinuxSeccompArg struct {
Index uint `json:"index"`
Value uint64 `json:"value"`
ValueTwo uint64 `json:"valueTwo,omiempty"`
ValueTwo uint64 `json:"valueTwo,omitempty"`
Op LinuxSeccompOperator `json:"op"`
}

Expand Down

0 comments on commit 5723c6c

Please sign in to comment.