Skip to content

Commit 4560f98

Browse files
committed
Fix "omitempty" typo
Signed-off-by: Tibor Vass <[email protected]>
1 parent f4d221c commit 4560f98

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)