Skip to content

Commit 5723c6c

Browse files
authored
Merge pull request #884 from tiborvass/omitempty-typo
Fix "omitempty" typo
2 parents f4d221c + 4560f98 commit 5723c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs-go/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ const (
550550
type LinuxSeccompArg struct {
551551
Index uint `json:"index"`
552552
Value uint64 `json:"value"`
553-
ValueTwo uint64 `json:"valueTwo,omiempty"`
553+
ValueTwo uint64 `json:"valueTwo,omitempty"`
554554
Op LinuxSeccompOperator `json:"op"`
555555
}
556556

0 commit comments

Comments
 (0)