Merge pull request #721 from Mashimiao/specs-config-format-code

specs-go/config.go: format code
This commit is contained in:
Tianon Gravi 2017-03-13 11:31:16 -07:00 committed by GitHub
commit 4badf7fae7
1 changed files with 3 additions and 3 deletions

View File

@ -549,9 +549,9 @@ type LinuxSeccompArg struct {
// LinuxSyscall is used to match a syscall in Seccomp // LinuxSyscall is used to match a syscall in Seccomp
type LinuxSyscall struct { type LinuxSyscall struct {
Names []string `json:"names"` Names []string `json:"names"`
Action LinuxSeccompAction `json:"action"` Action LinuxSeccompAction `json:"action"`
Args []LinuxSeccompArg `json:"args"` Args []LinuxSeccompArg `json:"args"`
} }
// LinuxIntelRdt has container runtime resource constraints // LinuxIntelRdt has container runtime resource constraints